Files
lpmj6/named_examples/test.html
T
RobinNixon 3bc0bb7409 Final
Final
2020-12-10 13:51:38 +00:00

11 lines
159 B
HTML

<html>
<head>
<title>Hello World</title>
</head>
<body>
<script type="text/javascript">
document.write("Hello World)
</script>
</body>
</html>