Add puzzles.html

This commit is contained in:
Neale Pickett 2016-09-21 19:44:06 -06:00
parent 716f6dd2b9
commit c1ef19b0d4
1 changed files with 14 additions and 0 deletions

14
www/puzzles.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Open Puzzles</title>
<link rel="stylesheet" href="style.css" type="text/css">
<script src="puzzles.js" onload="init()" async></script>
</head>
<body>
<h1>Open Puzzles</h1>
<div class="readme">
<div id="puzzles"></div>
</div>
</body>
</html>