fix puzzles.html

This commit is contained in:
J. Patrick Avery, Jr 2018-05-17 09:09:34 -06:00
parent e11a2bb6b4
commit 4a4d963dce
3 changed files with 24 additions and 23 deletions

21
www/puzzles-notoken.html Normal file
View File

@ -0,0 +1,21 @@
<!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>
</body>
</html>

View File

@ -23,8 +23,8 @@
<form action='cgi-bin/token.cgi'>
Team Hash: <input name='t'><br>
Token: <input name='k'><input type='submit'>
</form>\n"
</fieldset>\n"
</form>
</fieldset>
</section>
</body>
</html>

View File

@ -1,21 +0,0 @@
<!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>
</body>
</html>

1
www/puzzles.html Symbolic link
View File

@ -0,0 +1 @@
puzzles-notoken.html