mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
10 lines
152 B
HTML
10 lines
152 B
HTML
<html>
|
|
<head>
|
|
<title>AMAZING</title>
|
|
</head>
|
|
<body>
|
|
<pre id="output" style="font-size: 12pt;"></pre>
|
|
<script src="amazing.js"></script>
|
|
</body>
|
|
</html>
|