mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
10 lines
146 B
HTML
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>
|