-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 893 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Logram Studios - Down for Maintenance</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav>
<ul>
<li><a href="https://logramstudios.xyz" class="logo"><img src="logramstudios.png" alt="Logram Studios" width="50"
height="50"></img></a>
</li>
<li><a href="https://logramstudios.xyz">Home</a>
</li>
</ul>
</nav>
<div>
<img src="Logram Tools 2.0.png" alt="maintenance pic" class="center">
<h1>Down for Maintenance</h1>
<p>Sorry, but we're currently down for maintenance. Check back later.</p>
</div>
<div class="footer">
<p class="cr">
Rose ©
<script>document.write(new Date().getFullYear())</script> - All
rights reserved.
</div>
</body>
</html>