forked from optc-db/optc-db.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 1.29 KB
/
index.html
File metadata and controls
34 lines (28 loc) · 1.29 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
<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">
<a class="animated zoomInLeft button blue" href="damage">Damage Calculator</a>
<a class="animated zoomInRight button green" href="characters">Character Table</a>
<a class="animated zoomInLeft button yellow" href="drops">Drop Table</a>
<a class="animated zoomInRight button red" href="mats">Evolution Helper</a>
<a class="animated zoomInLeft button purple" href="slots">Slot Planner</a>
</div>
<div class="animated zoomIn blue" id="changelog">
<p id="update">Updates</p>
<p>10.02.2016</p>
<br>
<ul>
<li>Disabled Popup</li>
<li>Updated Contact Forms</li>
</ul>
</div>
</body>
</html>