Files
basic-computer-games/63 Name/javascript/name.html
2021-03-01 20:59:08 -06:00

10 lines
146 B
HTML

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