2021-06-22 15:25:16 -04:00

15 lines
153 B
Plaintext

<!doctype html>
<html>
<head>
<title>Tester</title>
</head>
<body>
<script>
console.log("hello world");
</script>
</body>
</html>