add tokens-enabled puzzles.html

This commit is contained in:
J. Patrick Avery, Jr 2017-11-14 11:29:14 -07:00
parent 74fc6d2667
commit b0723c1fbb
1 changed files with 30 additions and 0 deletions

30
www/puzzles-tokens.html Normal file
View File

@ -0,0 +1,30 @@
<!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>