forked from carolinehardin/DigitalPrivacyDetectives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
part3-clueroom_intro.html
36 lines (33 loc) · 1.51 KB
/
part3-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
30
31
32
33
34
35
36
<!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 3</title>
<link href="assets/css/clueroom.css" rel="stylesheet">
<link href="assets/css/part3-clueroom.css" rel="stylesheet">
</head>
<body>
<div class="overlay">
<div class="jumbotron">
Digital Clue Room | Part 3<br><br>
Right as you are about to pack up and head out of study hall, you get an email from an anonymous source!<br><br>
Is it from the same person asking you to go to the food court?<br><br>
I wonder what it could say!<br><br><br>
<a class="button start-2">Start</a>
</div>
<div class="jumbotron notify-message" hidden>
Maybe there's a way to find out who this message is from!
Have you noticed anyone acting a little weird lately?<br><br>
Try checking what it says for clues!<br><br><br>
<a href="part3-clueroom.html" class="button notify-next">Next</a>
</div>
</div>
<div class="notification" hidden><div class="notify">Notification<div class="complete">You have <b>1 new email</b> from: <b>Anonymous</b></div></div></div>
<div class="room"></div>
<script src="assets/js/jquery-3.4.1.js"></script>
<script src="assets/js/clueroom.js"></script>
<script src="assets/js/part3-clueroom.js"></script>
</body>
</html>