-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
64 lines (51 loc) · 2.46 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
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>sysarmy - El soporte de quienes dan soporte</title>
<link rel="shortcut icon" href="https://sysarmy.com/favicon.png" />
<meta name='keywords'
content='sysadmin, sistemas, desarrollo, developer, administración de sistemas, administrador de sistemas, linux, cloud, docker, kubernetes' />
<meta name='description' content='sysarmy - Comunidad de sistemas.' />
<!--[if IE 6]>
<html id="ie6" dir="ltr" lang="es-ES" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns" xmlns:fb="http://ogp.me/ns/fb">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" dir="ltr" lang="es-ES" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns" xmlns:fb="http://ogp.me/ns/fb">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" dir="ltr" lang="es-ES" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns" xmlns:fb="http://ogp.me/ns/fb">
<![endif]-->
<meta charset="UTF-8" />
<meta property="fb:admins" content="ajolo" />
<meta property="og:description" content="Manpage de la Comunidad de Sistemas." />
<meta property="og:image" content="https://sysarmy.com/images/logo.png" />
<meta property="og:site_name" content="sysarmy" />
<meta property="og:title" content="sysarmy - El soporte de quienes dan soporte" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sysarmy.com/" />
<link rel="stylesheet" type="text/css" href="https://sysarmy.com/css/styles.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36359098-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
document.addEventListener('touchstart', onTouchStart, { passive: true });
</script>
</head>
<body>
<h2>sysarmy</h2>
<section><center>
<h2>Error 404</h2>
<img src="https://sysarmy.com/images/travolta.gif" alt="Travolta 404" >
<a href="https://sysarmy.com"><p>Back to root</p></a>
</center>
</section>
</body>
</html>