-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (36 loc) · 1.8 KB
/
404.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>GeoDevelopers</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.css'>
<link rel="stylesheet" href="./assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
<script>
window.OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: "063353f6-8983-4b0a-94a3-fe1b0d5e99d8",
});
});
</script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class="container-fluid text-center">
<h1 class="text-center"><img src="assets/images/geodev_nuevo.svg" alt="GeoDevelopers"></h1>
<h2>¡Perdón! la hemos vuelto a liar</h2>
<iframe src="https://giphy.com/embed/RWUqVYucDBD4A" width="480" height="313" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/friends-sorry-joey-tribbiani-RWUqVYucDBD4A">via GIPHY</a></p>
<p>
Tenemos pendiente arreglar los enlaces rotos (<a href="https://github.com/Geo-Developers/geo-developers.github.io/issues/1">entre otras cosas</a>).
</p>
<p>
A lo mejor puedes encontrar lo que buscabas en <a href="https://www.geodevelopers.org/">geodevelopers.org</a>
</p>
</div>
</body>
</html>