2021-11-29 18:39:06 +05:30

15 lines
146 B
HTML

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