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.
11 lines
250 B
HTML
11 lines
250 B
HTML
<html>
|
|
<head>
|
|
<title>ANIMAL</title>
|
|
</head>
|
|
<body>
|
|
<pre id="output" style="font-size: 12pt;"></pre>
|
|
<!--<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js"></script>-->
|
|
<script src="animal.js"></script>
|
|
</body>
|
|
</html>
|