2015-04-02 17:44:49 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2016-04-03 18:07:38 -06:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<link rel="stylesheet" href="res/style.css">
|
|
|
|
<link rel="icon" href="res/luna-moth.svg">
|
|
|
|
<link rel="icon" href="res/luna-moth.png">
|
2015-04-02 17:44:49 -06:00
|
|
|
|
2016-04-03 18:07:38 -06:00
|
|
|
<script src="res/terminal.js"></script>
|
2016-04-03 21:12:48 -06:00
|
|
|
<script src="res/overview.js"></script>
|
|
|
|
<script src="res/messages.js"></script>
|
|
|
|
<script src="res/puzzles.js"></script>
|
|
|
|
<script src="res/main.js"></script>
|
2015-04-08 17:28:18 -06:00
|
|
|
|
2016-04-03 18:07:38 -06:00
|
|
|
<title>MOTH Dashboard</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-04-03 21:12:48 -06:00
|
|
|
<div id="overview" class="terminal">
|
2016-04-04 22:16:22 -06:00
|
|
|
<h1>Monarch Of The Hill</h1>
|
|
|
|
<p>Brought to you by dirtbags.net</p>
|
2016-04-03 21:12:48 -06:00
|
|
|
</div>
|
|
|
|
<div id="messages" class="terminal">
|
2016-04-04 22:16:22 -06:00
|
|
|
If you turn on JavaScript this will look a lot cooler.
|
2016-04-03 21:12:48 -06:00
|
|
|
</div>
|
|
|
|
<div id="puzzles" class="terminal">
|
2016-04-04 22:16:22 -06:00
|
|
|
🌮 🌮 🌮 🌮 🌮 🌮 🌮 🌮
|
2016-04-03 21:12:48 -06:00
|
|
|
</div>
|
|
|
|
<div id="main" class="terminal">
|
2016-04-03 18:07:38 -06:00
|
|
|
</div>
|
|
|
|
</body>
|
2015-04-02 17:44:49 -06:00
|
|
|
</html>
|