-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·23 lines (23 loc) · 1.09 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
<html>
<head>
<meta charset="utf-8">
<title>Ape Unit</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway">
<link rel="shortcut icon" href="logo.png"/>
</head>
<body>
<div id="container">
<div id="title">Ape <span class="accent">Unit</span></div>
<img src="logo.png" width="250"/>
<div id="description">the <span class="accent">Ape Unitverse</span> is <span class="accent">here.</span></div>
<a class="button" href="http://university.apehangers.org/" target="_blank">Learn More</a>
<a class="button" href="https://docs.google.com/forms/d/e/1FAIpQLSfZl8w5-KlRDbtQ19ffdlVTbSWgRgKM962vZcSIjXhKESaf1g/viewform" target="_blank">Merch</a>
<a class="button" href="games.html">Games</a>
<a class="button" href="https://github.com/ape-unit" target="_blank">GitHub</a>
</div>
<div id="particles-js"></div>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
</html>