forked from ImFalling/Up-Up-And-Array
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 933 Bytes
/
index.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
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Up, Up, And Array!</title>
<script type="text/javascript" src="main.js"></script>
<link rel="stylesheet" href="master.css" media="screen" charset="utf-8">
</head>
<body>
<div id="measure"></div>
<div id="menu">
<div class="container">
<h1 id="welcome">Welcome.</h1>
</div>
<div class="colContainers">
<div class="column" id="xCol">
<h2>X-Axis</h2>
<input type="number" name="name" value="16" id="xin">
</div>
<div class="column" id="yCol">
<h2>Y-Axis</h2>
<input type="number" name="name" value="16" id="yin">
</div>
</div>
</div>
<div id="popups"></div>
<div id="dropdown"><h2 style="font-family: 'Comic Sans MS'; color: rgb(255, 70, 176) !important;">help</h2></div>
<div id="tileContainer">
</div>
</body>
</html>