-
Notifications
You must be signed in to change notification settings - Fork 2
/
home.html
27 lines (27 loc) · 931 Bytes
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; 'charset=UTF-8" />
<script type="text/javascript" src="http://use.typekit.net/hfl1txa.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="style.css" title="Styling" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<div id="wrapper">
<div id="header" class="center">
<h1><span class="museo_light">Mau5</span>Maze</h1>
<h2>A Maze Generator and Solver for MicroMau5</h2>
</div>
<div id="form_wrapper" class="center">
<div id="form">
<form action="/display" enctype="multipart/form-data" method="post">
<input type="text" name="dim" id="dim_entry"><br>
<input type="submit" class="submit" value="Submit">
</form>
</div>
<div id="tip">
<p>Enter your desired maze dimensions.</p>
</div>
</div>
</div>
</body>
</html>