-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.45 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.45 KB
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
<!DOCTYPE html>
<html>
<head>
<title>D-Multi | Official Status Page</title>
<link href="https://d-multi.com/main.css" rel="stylesheet">
<link href="https://dguis.github.io/RES/New%20Logos/B500x500t.png" rel="icon">
<link href="https://d-multi.com/slideshow.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/5c6c2aea2562699d323292138/9e12c6a51aef531362cf71984.js");</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="nav">
<a href="#" id="menu" style="display: none;" title="Menu">☰</a>
<div id="links">
<a class="logo"><img src="https://dguis.github.io/RES/New%20Logos/Nav.png" alt="D-Multi logo" class="logo" title="Home"></a>
<span class="home" title="Home Button">Home</span>
<a href="contact.html" title="Support">Support</a>
<a href="games.html" title="D-Multi Games">Games</a>
<a href="apps.html" title="D-Multi Apps">Apps</a>
<a href="about.html" title="About D-Multi">About D-Multi</a>
</div>
<a id="centerlogo"><img src="https://dguis.github.io/RES/New%20Logos/Nav.png" alt="D-Multi logo" class="logo" id="centerlogo" title="Home"></a>
</nav>
<div class="page">
</div>
<script src="https://d-multi.com/main.js"></script>
</body>
</html>