2016-09-21 19:44:06 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Open Puzzles</title>
|
2016-09-22 09:34:01 -06:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2017-02-06 10:14:23 -07:00
|
|
|
<meta charset="UTF-8">
|
2016-09-21 19:44:06 -06:00
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
2017-02-05 16:42:41 -07:00
|
|
|
<link rel="stylesheet" href="res/style.css">
|
|
|
|
<link rel="icon" href="res/luna-moth.svg" type="image/svg+xml">
|
|
|
|
<link rel="icon" href="res/luna-moth.png" type="image/png">
|
|
|
|
|
|
|
|
<script src="res/common.js"></script>
|
|
|
|
<script src="res/terminal.js"></script>
|
|
|
|
<script src="res/puzzles.js"></script>
|
2016-09-21 19:44:06 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Open Puzzles</h1>
|
|
|
|
<div class="readme">
|
|
|
|
<div id="puzzles"></div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|