-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
80 lines (74 loc) · 3.99 KB
/
Copy path404.html
File metadata and controls
80 lines (74 loc) · 3.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>404 ERROR</title>
<meta name="description" content="Mini Wiki del Lineage 2 C4 basado en L2Ultra">
<meta name="author" content="https://github.com/sunset904">
<meta name="keywords" content="lineage2, l2c4, lineage2c4, lineage c4, lineage 2 c4, la2c4, l2wiki, la2wiki">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Viewport para celular -->
<meta property="og:title" content="Una MiniWiki sobre L2C4">
<meta property="og:site_name" content="Lineage 2 C4 MiniWiki">
<meta property="og:url" content="https://sunset904.github.io/lineage2-c4-miniwiki/">
<meta property="og:description"
content="Una MiniWiki sobre el Lineage 2 C4 hecha con Bootstrap, hosteada en Github.">
<meta property="og:type" content="website">
<meta property="og:image"
content="https://raw.githubusercontent.com/sunset904/lineage2-c4-miniwiki/master/imagenes/favicon/ms-icon-310x310.png">
<meta property="og:image:height" content="200">
<meta property="og:image:width" content="200">
<!-- bootstrap -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Css alterado -->
<link rel="stylesheet" href="css/estilos.css">
<!-- dan's tools favicon.ico -->
<link rel="apple-touch-icon" sizes="57x57" href="imagenes/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="imagenes/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="imagenes/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="imagenes/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="imagenes/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="imagenes/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="imagenes/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="imagenes/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="imagenes/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="imagenes/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="imagenes/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="imagenes/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="imagenes/favicon/favicon-16x16.png">
<link rel="manifest" href="imagenes/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="imagenes/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<style>
/* OVERRIDE .COL DE BS PARA ALINEAR AL MEDIO BC LPM NO FUNCIONABA OK? */
.col {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px black;
}
.btn {
color: #fff;
background-color: rgb(84, 63, 1);
}
</style>
</head>
<body class="bg-dark text-white">
<div class="container" role="main">
<div class="row">
<div class="col text-center">
<h4>No se como llegaste acá, pero si fue desde la web y no porque hiciste algo raro, contactame y decime
en qué me la mande :B</h4>
<button type="button" class="btn font-weight-bold" onclick="location.href='index.html';">
To Village
</button>
</div>
</div>
</div>
<!-- Bootstrap JS Core -->
<script src="vendor/jquery/jquery-3.3.1.slim.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>