Files
basic-computer-games/43 Hammurabi/javascript/hammurabi.html
2021-02-21 10:57:20 -06:00

10 lines
156 B
HTML

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