-
Notifications
You must be signed in to change notification settings - Fork 5
/
breathe.html
26 lines (26 loc) · 1.14 KB
/
breathe.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
<!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="Take some deep breaths with your friend">
<meta property="og:description" content="Take some deep breaths with your friend">
<meta property="description" content="Take some deep breaths with your friend">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="normalize.css">
<script src="breathe.js"></script>
</head>
<body>
<div class="content">
<img class=floaty onload="setText()" 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>
</body>
</html>