mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
8 lines
207 B
HTML
8 lines
207 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>ACEY DUCEY</title>
|
|
|
|
<pre id="output" style="font-size: 12pt"></pre>
|
|
<script src="aceyducey.js"></script>
|