-
Notifications
You must be signed in to change notification settings - Fork 0
/
pastsurveys.html
41 lines (37 loc) · 1.26 KB
/
pastsurveys.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
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>QuickSurvey</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/71865f0e2e.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar">
<div class = 'heading'>
<h2 id = "logo">QuickSurvey</h2>
</div>
<ul class="nav-menu">
<li><a href="index.html" >How to</a></li>
<li><a href="create.html">Create</a></li>
<li><a href="pastsurveys.html">Past surveys</a></li>
</ul>
</nav>
</div>
<div class = "upperdiv">
<span style="color: white;text-align: center;">Past Surveys</span>
</div>
<div class="wrapper">
<div class="holders">hello</div>
<div class="holders">testing</div>
<div class="holders">testing2</div>
<div class="holders"></div>
<div class="holders"></div>
<div class="holders"></div>
<div class="holders"></div>
<div class="holders"></div>
<div class="holders"></div>
<div class="holders"></div>
</div>
</body>