Files
lpmj6/named_examples/test.html
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21: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>