Ported HANGMAN and HELLO to Javascript

This commit is contained in:
nanochess
2021-02-27 21:48:52 -06:00
parent 6cb57a3314
commit f78a4457aa
4 changed files with 447 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<html>
<head>
<title>HELLO</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="hello.js"></script>
</body>
</html>