mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
9 lines
238 B
HTML
9 lines
238 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>ACEY DUCEY</title>
|
|
<link rel="stylesheet" href="../../00_Utilities/javascript/style_terminal.css" />
|
|
</head>
|
|
<body>
|
|
<pre id="output" style="font-size: 12pt"></pre>
|
|
<script src="aceyducey.js"></script>
|
|
</body> |