-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnswers.html
More file actions
43 lines (39 loc) · 1.65 KB
/
Copy pathAnswers.html
File metadata and controls
43 lines (39 loc) · 1.65 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Answers</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>HERE ARE THE ANSWERS</h1>
<br>
<h2>Only a genius would get 10 out of 10...</h2>
<h2>I know that's not you or you wouldn't be on this page...</h2>
<main class="Answers_text">
<p4>Question1: No, I am your Father</p4><br>
<p4>Question2: Life was like a box of chocolates</p4><br>
<p4>Question3: Cruella DeVil</p4><br>
<p4>Question4: KitKat</p4><br>
<p4>Question5: Magic mirror on the wall, who is the fairest of them all?</p4><br>
<p4>Question6: The Flintstones</p4><br>
<p4>Question7: Nothing else</p4><br>
<p4>Question8: Looney Tunes</p4><br>
<p4>Question9: Blue</p4><br>
<p4>Question10: Please, sir, I want some more.</p4><br>
<a href="index.html" class="Home_Page_About">Home Page</a>
<a href="Mandela_Effect_Info.html" class="mandela-effect-link">What is the Mandela Effect?</a>
<img src="https://www.nicepng.com/png/full/100-1007910_mr-monopoly-standing-monopoly-man-png.png" class="Monopoly_Man" >
</main>
<img src="https://media4.giphy.com/media/l1J9H9HLvyLB6A2LS/200w.webp" class="tony_tiger">
<audio id="background-music" autoplay loop>
<source src="background_music.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<footer>
<hr />
<p class="copyright">© 2024 Dale Colman</p>
</footer>
</body>
</html>