Files
RobinNixon 188af22a54 Final
2021-04-18 15:31:38 +01:00

13 lines
262 B
HTML

<html>
<head>
<title>Hello World</title>
</head>
<body>
<script type="text/javascript">
document.write("Hello World")
</script>
<noscript>
Your browser doesn't support or has disabled JavaScript
</noscript>
</body>
</html>