mirror of https://github.com/dirtbags/moth.git
31 lines
964 B
HTML
31 lines
964 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Open Puzzles</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||
|
<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>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Open Puzzles</h1>
|
||
|
<div class="readme">
|
||
|
<div id="puzzles"></div>
|
||
|
</div>
|
||
|
<section>
|
||
|
<fieldset><legend>External Token:</legend>
|
||
|
<p>Example: <samp>category:5:xylep-radar-nanox</samp></p>
|
||
|
<form action='cgi-bin/token.cgi'>
|
||
|
Team Hash: <input name='t'><br>
|
||
|
Token: <input name='k'><input type='submit'>
|
||
|
</form>\n"
|
||
|
</fieldset>\n"
|
||
|
</section>
|
||
|
</body>
|
||
|
</html>
|