-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
47 lines (39 loc) · 2.15 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
<html>
<head>
<title>OPTC ES - Base de Datos</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">
<meta name="author" content="OPTC ES Team">
<meta name="keywords" content="OPTC, One Piece Treasure Cruise, Database, Base de Datos, bd, Github, Castellano ,Español, Calculadora, Guias, Ayuda, Tutoriales">
</head>
<body>
<div id="container">
<img src="res/logo.png" alt="Logo Optc-Es" style="width:100%; max-width:500px; padding-bottom: 35px;padding-left: 15px; padding-right: 15px;"/>
<a class="animated zoomInLeft button yellow" href="http://treasure-cruise.blogspot.com/">Blog OPTC-ES</a>
<a class="animated zoomInLeft button blue" href="damage">Calculadora de Daño</a>
<a class="animated zoomInRight button green" href="characters">Tabla de Personajes</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">Planificación de Slots</a>
<!--<a class="animated zoomInLeft button red" href="calendar">Calendario</a>-->
</div>
<div id="empty">
</div>
<div class="animated zoomIn orange" id="changelog">
<p id="update">Actualizaciones</p>
<p>19/04/2017</p>
<br>
<ul>
<li>Batch de Nekomamushi e Historia de Punk Hazard</li>
<br>
<li>Corrección de errores</li>
<br>
<br>
<li style="float:right" >Jurian, Helena, Celtics & OPTC ES Team~</li>
</ul>
</div>
</body>
</html>