-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquizindex.html
26 lines (24 loc) · 963 Bytes
/
quizindex.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
<!DOCTYPE html>
<html lang="en">
<link href="style.css" rel="stylesheet">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ResWork</title>
<link rel="stylesheet" href="quiz.css">
</head>
<body>
<div id="big_div">
<img src= "images/ResWork.jpg"/>
<a href="index.html" id="delete-line"><div class = "items">Home </div></a>
<a href="resourceindex.html" id="delete-line2"><div class = "items">Resources </div></a>
<a href="quizindex.html" id="delete-line3"><div class = "items">Quizzes </div></a>
</div>
<div id ="look_nicer">
<a href="quiz1/index.html" id ="look_nicer1" >Resume Writing Quiz</a>
<a href="quiz2/index.html" id="look_nicer2" >Interviewing Quiz</a>
<a href="quiz3/index.html" id="look_nicer3">Networking Quiz</a>
</div>
</body>
</html>