-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.46 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="grey box wireframe">
<title>Grahpic Design Quiz</title>
<!-- NORMALIZE.css, a cross-browser reset file -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.css" rel="stylesheet">
<!-- STYLESHEET -->
<link rel="stylesheet" href="float-grid.css" />
<link href="index.css" rel="stylesheet" type="text/css" />
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body><div class="bodyContainer">
<header role="banner">
<div class="row"><div class="col-12">
<h1 id="logo">Graphic Design Quiz</h1>
</div></div>
<div class="row scoreqn">
<div class="col-6">
<p>QUESTION: <span class="questionNumber">0</span>/<span class="numQs">0</span></p>
</div>
<div class="col-6">
<p>SCORE: <span class="score">0</span>/<span class="numQs">0</span></p>
</div>
</div>
</header>
<main role="main">
<div class="mainArea">
</div>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="index.js"></script>
</div></body>
</html>