2021-11-24 19:45:52 +05:30

15 lines
153 B
Plaintext

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