-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 743 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shadow</title>
<link rel="stylesheet" href="css/general.css"/>
</head>
<body>
<div align="center">
<img src="static/image/logo.png" id="main-page-graphic"/>
<br>
<h3>Hi, welcome to Shadow.</h3>
<p>We're in the process of re-thinking our brand and will update this page once it's ready.</p>
<p><i>Thank you for your patience.</i></p>
<br>
<br>
<a class="index-a" href="https://twitter.com/ShadowTechnical" target="_blank">Twitter</a><a class="index-a" href="mailto:ceo@shadowsystems.tech">Contact</a><a class="index-a" href="mailto:legal@shadowsystems.tech">Legal</a>
</div>
</body>
</html>