forked from AkhileshManda/MagicHacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
finalpage.html
135 lines (105 loc) · 3.75 KB
/
finalpage.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<html lang="en">
<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">
<link rel="stylesheet" href="last.css">
<title>Answers</title>
</head>
<style>
body{
background-color: rgb(253, 239, 222);
}
h1{
text-align: center;
}
.sss{
text-align: center;
}
footer {
width: 100%;
color: #000 !important;
background: rgb(209, 164, 253);
padding: 1em 0;
}
footer h1 {
font-weight: 500;
font-size: 1.65em;
margin: 20px;
}
footer a {
color: black !important;
font-weight: 500;
font-size: 20px;
margin: 20px;
}
.home{
text-align: center;
}
</style>
<body>
<h1>CONGRATS! YOU HAVE MADE IT TILL HERE :) </h1>
<p>
<h2>Potterheads here are the answers:</h2>
<ol>
<li>Who is Harry Potter's godfather?<br>
Ans: Sirius Black</li>
<li> is the name of Harry Potter's owl?<br>
Ans: Hedwig</li>
<li>What position does Harry play on the Quidditch team?<br>
Ans: Seeker</li>
<li>Who poses as Mad-Eye Moody, Harry's 4th year Defense Against the Dark Arts professor?<br>
Ans: Barty Crouch, Jr.</li>
<li>Who was Hermione’s date at the Yule Ball?<br>
Ans: Viktor Krum</li>
<li>How would you spell the spell you would use to disarm someone?<br>
Ans: Expelliarmus</li>
<li>was the first Horcrux to be destroyed?<br>
Ans: Tom Riddle's diary</li>
<li>What creature is Aragog?<br>
Ans: Acromantula</li>
<li>What platform do students need to catch it from at King's Cross?<br>
Ans: Platform 9 3/4</li>
<li>Spell the incantation for one of the Half-Blood Prince’s spells.<br>
Ans: Sectumsempra</li>
</ol>
</p>
<p>
<h2>Dr. Strange Fans here are the answers:</h2>
<ol>
<li>
What type of a surgeon was Dr. Strange?<br>
Ans: Neuro Surgeon
</li>
<li> Why did Dr.Strange go to Kamar Taj?<br>
Ans: To heal himself </li>
<li> What was the first trick Dr.Strange performed using the Eye of Agamotto?<br>
Ans: Used a time loop on a biten apple to restore it back</li>
<li> Who was Dr.Strange's teacher at Kamar Taj?<br>
Ans: The Ancient One</li>
<li>What was used to create portals to go from place to place?<br>
Ans: Sling Ring</li>
<li> From where did the Ancient One draw her powers to become immortal?<br>
Ans: From The Dark Dimension</li>
<li>We don't lose our demons, Mordo. We only learn to live above them.' Was said by?<br>
Ans: The Ancient One</li>
<li> Name the Book that Kaecilius tore pages from<br>
Ans: Book of Cagliostro</li>
<li>How did Dr.Strange get Dormamu to take his troops away from Earth?<br>
Ans: Using an endless Time Loop to Bargain</li>
<li>'Just Wong? Like Adele?' Was said by?<br>
Ans: Dr.Strange</li>
</ol>
</p>
<div class="home">
<button ><a href="index.html"><p style="color:black">Back to Home</p></a></button>
</div>
<br>
</body>
<footer>
<div class="container">
<div class="footer-box">
<h1>Developed By:</h1>
<p class="sss"><a href="https://www.instagram.com/genericfancyname/">Akhilesh</a> <br /><a href="https://www.instagram.com/_anisha_786_/">Anisha</a> <br /> <a href="https://www.instagram.com/joel.anil.03/">Joel</a> <br /><a href="https://www.instagram.com/mathew_george_03/">Mathew</a></p>
</div>
</html>