-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<!-- Passcode for question 1: greenEggsAndHam -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="question11" content="a11yComesFirst" />
<link rel="shortcut icon" href="https://cse110-f2021.github.io/Lab2_ScavengerHunt/favicon.ico" type="image/x-icon" />
<title data-question2="iHateCplusplus">Scavenger Hunt</title>
<style>
/* Question 8 passcode: coolcoolcool */
h2,
img {
display: none;
}
</style>
</head>
<body>
<h1>Hello, CSE 110</h1>
<h2>Question 9 passcode: 2020sucked</h2>
<question-four style="display:none">Passcode: JavaScriptRules</question-four>
<p>On this page you'll find all of the answers to our scavenger hunt questions, but they
may require some tools to find them... <span style="opacity: 0;">Question 5 Passcode:
SvelteBeatsReact</span>
</p>
<p hidden> Passcode for question 3: HTMLRocks</p>
<button> Press Me </button>
<script src="dontlookhere.js"></script>
<div data-question12Passcode="iLoveWebDev"></div>
</body>
</html>