Files
2018-08-02 17:53:23 +01:00

12 lines
147 B
HTML

<html>
<head>
<title>Title</title>
<script>
if (x > 0)
x--;
x--;
</script>
</head>
<body>
</body>
</html>