Files
basic-computer-games/44 Hangman/javascript/hangman.html
2021-02-27 21:48:52 -06:00

10 lines
152 B
HTML

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