-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (27 loc) · 811 Bytes
/
index.html
File metadata and controls
36 lines (27 loc) · 811 Bytes
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
32
33
34
35
36
<html>
<head>
<title></title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<script src="jquery.js"></script>
<script src="tabletop.js"></script>
<script src="demographics.js"></script>
</head>
<body>
<div class="left-menu">
<div class="left-menu" id="moveable">
<h1></h1>
<p>Click on a question to compare the responses of each year.</p>
<div class="questioncontainer"></div>
</div>
</div>
<div class="main">
<div class="dispquestout">
<notlighter class="dispquest">Pick a question to your left</notlighter>
<lighter class="mitatlarge"> </lighter>
<lighter class="mitatlarge_end"></lighter>
</div>
<div class="addnotes"></div>
<div class="groupscontainer"></div>
</div>
</body>
</html>