-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoffline.html
52 lines (46 loc) · 1.35 KB
/
offline.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
<!DOCTYPE HTML>
<html>
<head>
<title>Mema3</title>
<meta name="mema3" content="mema3" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="/static/style/style.css" title="style" />
<script src="/static/script/websocket.js"></script>
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">Mema<span class="logo_colour">3</span></a></h1>
<h2></h2>
</div>
</div>
<div id="menubar">
</div>
</div>
<div id="site_content">
<div class="sidebar">
<!-- insert your sidebar items here
{% for item in mema_health %}
<span class="{{mema_health[item]}}"></span>
{% endfor %}
-->
<span id='messages'></span>
<hr/>
</div>
<div id="content">
<h2>Waiting for Startup</h2>
<h3>Porcupine, Let's Go (guest)</h3>
or
<h3><del></del>Porcupine, Sign In (face unlock)</del></h3>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
</div>
</div>
</body>
</html>