-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (49 loc) · 2.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Suspense Accents</title>
<meta name="description" content="All the great sound effects! (Including SoftMatt)">
<meta name="author" content="Lukas Kollmer">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Chivo" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="/static/css/skeleton.css">
<link rel="stylesheet" href="/static/css/normalize.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="/static/images/favicon.ico">
<style media="screen">
body {
font-family: 'Chivo', sans-serif;
}
a.button {
width: 100%;
}
</style>
</head>
<body>
<div class="container">
<div class="row" style="margin-top: 15%;">
<div class="one-half column">
<h1>Suspense Accents</h1>
</div>
</div>
<div id="row-0" class="row" style="margin-top: 8%;"></div>
<div id="row-1" class="row" style="margin-top: 5%;"></div>
<div class="row" style="margin-top: 5%;">
<div class="twelve columns">
<p style="font-size: small;">Made by <a href="https://twitter.com/lukas_kollmer" target="_blank">Lukas Kollmer</a></p>
</div>
</div>
</div>
<script src="/static/js/main.js" charset="utf-8"></script>
</body>
</html>