-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 797 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 797 Bytes
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">
<link rel="stylesheet" href="assets/yes.css">
<link rel="icon" sizes="512x512" href="./assets/nyoomcar.png">
<title>skrrt</title>
</head>
<body>
<div id="view">
<img id="inner-view" src="assets/loading.gif">
<div class="oopsie-woopsie">
<h1>OOF!</h1>
<p>Something went awkward.<br/>
- Your connection is bad<br/>
- Server error/downtime<br/>
Please try again later.
</p>
</img>
</div>
<audio autoplay>
<source id="opus-stream" src=".">
Your browser fucking sucks, upgrade it.
</audio>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/nanobar@0.4.2/nanobar.min.js"></script>
<script src="assets/viewer.js"></script>
</body>
</html>