forked from IUNO-TDM/MixerControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloadscreen.html
More file actions
28 lines (28 loc) · 772 Bytes
/
loadscreen.html
File metadata and controls
28 lines (28 loc) · 772 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
<html>
<meta charset="UTF-8">
<head>
<link rel="stylesheet" type="text/css" href="loadscreen.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.js"></script>
<script src="loadscreen.js"></script>
</head>
<body>
<div id="cup">
<img src="loadscreen.png">
<div id="eye"></div>
</div>
<div class="loading">
<span>S</span>
<span>t</span>
<span>a</span>
<span>r</span>
<span>t</span>
<span>i</span>
<span>n</span>
<span>g</span>
</div>
<div>
<span id="mixercontrol" class="starting" title="MixerControl">⚙</span>️
<span id="paymentservice" class="starting" title="PaymentService">B</span>
</div>
</body>
</html>