-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
61 lines (52 loc) · 2.38 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<!-- RAR IM A DINO!
.-~~^-.
.' O \
(_____, \
`----. \
\ \
\ \
\ `. _ _
\ ~- _ _ - ~ ~ - .
\ ~-.
\ `.
\ / / \ \
`. | } | } \
`| / | / \
| / | / \
| /`- _ _ _| /.- ~ ^-. \
| / | / `. \
| | | | -. ` . _ _ _ _ _ _
|_____| |_____| ~ . _ _ _ _ _ _ _ >
-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HackJam 2021</title>
<link rel="icon" href="/assets/loupe.png" type="image/png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="index.css" type="text/css" />
</head>
<body>
<div id="title">
<div class="row"><img class="img-fluid" id="magnifying" src="/assets/loupe.png" alt="magnifying glass"><span class="title-name">Ai SPY<span>
</div>
</div>
<div class="container">
<h3>Welcome to <strong>Ai Spy: The Scavenger Hunt.</strong><br>We use <strong>Ai</strong> to identify if you find the items on the scavenger list!</h3>
</div>
<div id="robo-div" class="col-12" style="text-align:center;padding:3em;">
<img class="img-fluid" id="robot" src="/assets/robotics.png" alt="robot">
</div>
<div style="text-align:center;" class="col-12">
<button type="button" class="btn btn-success" onclick="window.location.href = window.location.href + 'game.html'" >START</button>
</div>
<div class="col-12 footer">
<a href="credits">Credits</a>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- <img src="https://requestbin.net/r/3oa3vc2k"> -->
</body>
</html>