Files
basic-computer-games/45 Hello/javascript/hello.html
2021-02-27 21:48:52 -06:00

10 lines
148 B
HTML

<html>
<head>
<title>HELLO</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="hello.js"></script>
</body>
</html>