-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 1.02 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
36
37
38
39
40
41
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Pixelfoot Games</title>
<meta name="description" content="Indie game development, Eugene, Oregon.">
<link rel="stylesheet" href="assets/styles/pixelfoot.css">
</head>
<body>
<main container>
<img src="assets/images/logo.svg">
<nav>
<a href="http://twitter.com/pixelfootgames" rel="nofollow" target="_blank">Twitter</a>
<span>/</span>
<a href="http://pixelfoot.itch.io" rel="nofollow" target="_blank">itch.io</a>
<span>/</span>
<a href="presskit/">Presskit</a></li>
<span>/</span>
<a href="mailto:[email protected]" rel="nofollow">Contact</a>
</nav>
<div pixelfoot></div>
<div smoke="animated">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="assets/scripts/pixelfoot.js"></script>
</body>
</html>