Ported NAME to Javascript

This commit is contained in:
nanochess
2021-03-01 20:59:08 -06:00
parent b07bb30d8d
commit cc8c251b49
3 changed files with 103 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>NAME</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="name.js"></script>
</body>
</html>