-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
36 lines (31 loc) · 1.1 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Astron | Bamboo - Landing</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="/css/index.css" />
</head>
<body>
<div class="centered">
<a href="/astron/index.html"><div id="astron" class="landing">
<img src="/images/astron-461px.png" alt="Astron">
</div></a>
<a href="/bamboo/index.html"><div id="bamboo" class="landing">
<img src="/images/bamboo-461px.png" alt="Bamboo">
</div></a>
</div>
<footer>
<div id="copyright" class="container">
<p>The contents of this website are © 2014, the Astron project.<br />
They are available under the terms of the
<a href="/license.html">Astron Documentation License</a>.
</p>
<p>
</div>
</footer>
</body>
</html>