Files
basic-computer-games/30 Cube/javascript/cube.html
2021-03-03 17:11:09 -06:00

10 lines
146 B
HTML

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