mirror of https://github.com/dirtbags/moth.git
Add puzzles.html
This commit is contained in:
parent
9ce5b28a46
commit
745041dd1b
|
@ -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>
|
Loading…
Reference in New Issue