forked from carolinehardin/DigitalPrivacyDetectives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpart2-clueroom_intro.html
29 lines (27 loc) · 1.11 KB
/
part2-clueroom_intro.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
<!DOCTYPE html>
<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">
<title>Digital Clue Room | Part 2</title>
<link href="assets/css/clueroom.css" rel="stylesheet">
<link href="assets/css/part2-clueroom.css" rel="stylesheet">
</head>
<body>
<!-- background image -->
<div class="room"></div>
<div class="overlay">
<div class="jumbotron">
Digital Clue Room | Part 2<br><br>
Hmmm looks like the report wasn't in Sam's room!<br><br>
You head to school and find that you have some time before class to walk around the halls.<br><br>
There seems to be a lot of trash all over the place! Maybe try helping out the custodian and picking some up!<br><br><br>
<a class="button start" href="part2-clueroom.html">Start</a>
</div>
</div>
<script src="assets/js/jquery-3.4.1.js"></script>
<script src="assets/js/clueroom.js"></script>
<script src="assets/js/part2-clueroom.js"></script>
</body>
</html>