-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
45 lines (45 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Hall Monitor</title>
<meta property="theme-color" content="#5988ff">
<meta property="twitter:card" content="summary">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SIBR">
<meta property="twitter:title" content="The Hall Monitor">
<meta property="og:title" content="The Hall Monitor">
<meta property="twitter:description" content="">
<meta property="og:description" content="">
<meta property="description" content="">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap">
<script src="index.js"></script>
</head>
<body>
<div class="content">
<div class="Overlay-Spotlight">
<div class="Overlay-Spotlight-Cone"></div>
<div class="Overlay-Spotlight-Floor">
<div class="Overlay-Spotlight-Shadow"></div>
</div>
</div>
<div class="Overlay-Text-Buttons"><button aria-label="Go Back" type="button" class="Overlay-Text-Button btn btn-primary"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 8 16" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z"></path></svg></button><button aria-label="Quit Tutorial" type="button" class="Overlay-Text-Button btn btn-primary"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"></path></svg></button><button aria-label="Next Tutorial Step" type="button" class="Overlay-Text-Button btn btn-primary"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 8 16" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z"></path></svg></button></div>
<div class="Overlay-Box">
<div class="Overlay-Text-Top">
<p class="Overlay-Text-Line"></p>
</div>
<div class="icon"></div>
<img
class="floaty"
onload="onLoad()"
src="giant-squid.svg"
title="Giant Squid by Delapouite at game-icons.net"
alt="A giant squid, floating ominously on the page">
<p class="text"></p>
</div>
</div>
</body>
</html>