forked from quetzle/smash-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.06 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.06 KB
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>
<head>
<link rel="icon" type="image/x-icon" href= "icon.png"/>
<title>Smash Apps</title>
<!-- in memoriam: the official color of smash, #dedede -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,100italic" rel="stylesheet" type="text/css">
<style>
body {
font-family: 'Roboto', sans-serif;
}
#wrap {
width: 774px;
margin: 10% auto;
}
h1 {
font-style: italic;
font-weight: 100;
font-size: 4em;
}
</style>
</head>
<body> <!-- clean for now -->
<div id="wrap">
<h1>SMASH APPS</h1>
<p><a href="https://github.com/quetzle/smash-apps">Smash Apps</a> is a collection of useful apps to use for Super Smash Bros. The list below provides links to the current apps.</p>
<div>
<a href="stage/">Stage Striking</a><br>
<a href="tier/">Tier List Maker</a><br>
<a href="colors/">Color Ranks</a><br>
<a href="colortiers/">Color Tier List Maker</a>
</div>
<p>My other apps:</p>
<div>
<a href="http://codepen.io/radbot/pen/BNbORd">TwitchEmote WORD TwitchEmote</a>
</div>
</div>
</body>
</html>