Files
basic-computer-games/94 War/javascript/war.html
2021-02-23 11:39:43 -06:00

10 lines
144 B
HTML

<html>
<head>
<title>WAR</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="war.js"></script>
</body>
</html>