-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 874 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Space Promise</title>
<link rel="stylesheet" type="text/css" href="/css/reset.min.css">
<link rel='stylesheet' type='text/css' href='/landing.min.css'>
</head>
<body>
<header>
<a href="/resources/development" title="Space Promise Development Page">DEVELOPMENT</a>
<a href="/resources/brand" title="Space Promise Brand Page">BRANDING</a>
<a href="/resources/legal" title="Space Promise Legal Stuff">LEGAL</a>
</header>
<img src='/LogoGlow.png' class='logo glow' width='252' height='306' alt='Space Promise logo'>
<img src='/LogoText.png' class='logo text' width='252' height='306' alt='Space Promise logo'>
<img src='/LogoPlanet.png' class='logo planet' width='252' height='306' alt='Space Promise logo'>
</body>
</html>