-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
53 lines (51 loc) · 3.33 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
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="WebDevTalks somos una comunidad de desarrollo y tecnología, que inició hace más de 10 años. Buscamos acercar a desarrolladores a diversos temas dentro del área del desarrollo de software, diseño y más." />
<meta name="keywords" content="Web Dev Talks, comunidad" />
<meta property="og:title" content="Web Dev Talks" />
<meta property="og:description" content="WebDevTalks somos una comunidad de desarrollo y tecnología, que inició hace más de 10 años. Buscamos acercar a desarrolladores a diversos temas dentro del área del desarrollo de software, diseño y más." />
<meta property="og:image" content="https://www.webdevtalks.mx/WDT.svg" />
<meta property="og:url" content="https://www.webdevtalks.mx" />
<meta property="og:type" content="website" />
<meta property="linkedin:description" content="WebDevTalks somos una comunidad de desarrollo y tecnología, que inició hace más de 10 años. Buscamos acercar a desarrolladores a diversos temas dentro del área del desarrollo de software, diseño y más.">
<meta property="linkedin:image" content="https://www.webdevtalks.mx/WDT.svg" />
<meta property="linkedin:title" content="Web Dev Talks" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Web Dev Talks" />
<meta name="twitter:description" content="WebDevTalks somos una comunidad de desarrollo y tecnología, que inició hace más de 10 años. Buscamos acercar a desarrolladores a diversos temas dentro del área del desarrollo de software, diseño y más.">
<meta name="twitter:image" content="https://www.webdevtalks.mx/WDT.svg" />
<title>Web Dev Talks</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script takes the current url and converts the path and query
// string into just a query string, and then redirects the browser
// to the new url with only a query string and hash fragment,
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
// Note: this 404.html file must be at least 512 bytes for it to work
// with Internet Explorer (it is currently > 512 bytes)
// If you're creating a Project Pages site and NOT using a custom domain,
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
// This way the code will only replace the route part of the path, and not
// the real directory in which the app resides, for example:
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
// Otherwise, leave pathSegmentsToKeep as 0.
var pathSegmentsToKeep = 0;
var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
</script>
</head>
<body>
</body>
</html>