mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-08 05:40:54 -08:00
11 lines
201 B
HTML
11 lines
201 B
HTML
<html>
|
|
<head>
|
|
<title>BUG</title>
|
|
<link rel="stylesheet" href="../../00_Utilities/javascript/style_terminal.css" />
|
|
</head>
|
|
<body>
|
|
<pre id="output"></pre>
|
|
<script src="bug.js"></script>
|
|
</body>
|
|
</html>
|