forked from optc/optc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (44 loc) · 1.77 KB
/
index.html
File metadata and controls
53 lines (44 loc) · 1.77 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
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<title>OPTC Stuff</title>
<link rel="stylesheet" type="text/css" href="common/libs/css/animate.css" />
<link rel="stylesheet" type="text/css" href="common/libs/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<meta name="viewport" content="initial-scale=1, user-scalable=no, user-scalable=0">
</head>
<body>
<div id="container">
<div class="button">
<a href="damage" class="round blue">
<i class="fa fa-calculator"></i>
<span class="round">Damage<br/>Calculator</span>
</a>
</div>
<div class="button">
<a href="characters" class="round green">
<i class="fa fa-book"></i>
<span class="round">Character<br/>Table</span>
</a>
</div>
<div class="button">
<a href="drops" class="round yellow">
<i class="fa fa-arrow-down"></i>
<span class="round">Drop<br/>Table</span>
</a>
</div>
<div class="button">
<a href="mats" class="round red">
<i class="fa fa-list-ul"></i>
<span class="round">Materials<br/>Tally</span>
</a>
</div>
<div class="button">
<a href="slots" class="round purple">
<i class="fa fa-dot-circle-o"></i>
<span class="round">Ability Slot<br/>Planner</span>
</a>
</div>
</div>
</body>
</html>