mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-10 23:00:50 -08:00
11 lines
203 B
HTML
11 lines
203 B
HTML
<html>
|
|
<head>
|
|
<title>CUBE</title>
|
|
<link rel="stylesheet" href="../../00_Utilities/javascript/style_terminal.css" />
|
|
</head>
|
|
<body>
|
|
<pre id="output"></pre>
|
|
<script src="cube.js"></script>
|
|
</body>
|
|
</html>
|