forked from podemosaprender/podemosaprender.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (24 loc) · 701 Bytes
/
404.html
File metadata and controls
27 lines (24 loc) · 701 Bytes
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
---
layout: default
title: 404 - Página no encontrada
permalink: /404.html
---
<div class="text-center">
<h1>Uy! Esta página no la encontramos</h1>
<h1>(error 404)</h1>
pero
<h2><a href="{{ site.baseurl }}/">PodemosAprender</a></h2>
<script>
(function() {
var cx = '003536211728409883517:em8zyibxovi';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
<img src="{{ site.baseurl }}/img/avatar-icon.png" height="200px"/>
</div>