-
Notifications
You must be signed in to change notification settings - Fork 2
/
quizzes.php
28 lines (24 loc) · 1.21 KB
/
quizzes.php
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
<!DOCTYPE HTML>
<html>
<head>
<title>LivFit - Test your knowledge with a quiz!</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="images/ui/favicon.ico">
</head>
<body>
<?php include ("header.php"); ?>
<?php include ("nav.php"); ?>
<div id=content>
<h1>Do you think you have it in you?</h1>
<p>Let's see if you're as informed as you think you are!
<h2>Fitness Quiz</h2>
<p>Whether you're a beginner or a full-time gym freak, there's a good chance you have some knowledge about health and fitness; but, there's also the possibility that you still have some misconceptions about the subject, right? This quiz will refresh your memory.
<p>Click <span class=clickhere><a href="quiz_fit.php">here</a></span> to find out!
<h2>Drunk Test</h2>
<p>Everyone loves to party. Parties offer alcohol. Everyone loves alcohol.
<p>You can take this simple quiz to check if your brain is still in the right place. If you fail this test, you'll probably need someone else to drive you home. Stay safe!
<p>Click <span class=clickhere><a href="quiz_drunk.php">here</a></span> to check it out!
</div>
<?php include ("footer.php"); ?>
</body>
</html>