forked from carolinehardin/DigitalPrivacyDetectives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
part1-clueroom_outro.html
29 lines (27 loc) · 1.05 KB
/
part1-clueroom_outro.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 1</title>
<link href="assets/css/clueroom.css" rel="stylesheet">
<link href="assets/css/part1-clueroom.css" rel="stylesheet">
</head>
<body>
<!-- background image -->
<div class="room"></div>
<div class="overlay">
<div class="jumbotron end">
Good Job Detective!<br><br>
You are done with this digital clue room! Looks like maybe Sam's report is somewhere else?<br><br>
Oh well! Maybe you'll come across it at some point later.<br><br>
Hopefully she doesn't need it first period!<br><br><br>
<a href="index.html" class="button">Back to 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/part1-clueroom.js"></script>
</body>
</html>