-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
62 lines (62 loc) · 3.07 KB
/
404.html
File metadata and controls
62 lines (62 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Think Online!</title>
<link rel="stylesheet" href="/css/styles.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<meta property="og:type" content="business.business" />
<meta property="og:title" content="Think Online!" />
<meta property="og:url" content="https://thinkonline.xyz" />
<meta property="og:description" content="Desarrollo de páginas web, soporte técnico a computadoras y laptops, implementación de redes y sistemas de gestión" />
<meta property="og:image" content="https://thinkonline.xyz/images/social.png" />
<meta property="og:locale" content="es_MX" />
<meta property="business:contact_data:locality" content="San Juan del Río" />
<meta property="business:contact_data:region" content="Querétaro" />
<meta property="business:contact_data:postal_code" content="76800" />
<meta property="business:contact_data:country_name" content="México" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Think Online!">
<meta name="twitter:description" content="Desarrollo de páginas web, soporte técnico a computadoras y laptops, implementación de redes y sistemas de gestión">
<meta name="twitter:image" content="https://thinkonline.xyz/images/social.png">
<meta name="twitter:image:alt" content="Logo Think Online!">
<!-- Marcado JSON-LD generado por el Asistente para el marcado de datos estructurados de Google. -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "LocalBusiness",
"name" : "Think Online!",
"image" : "https://thinkonline.xyz/images/social.png",
"telephone" : "(427) 120 1343",
"email" : "info@thinkonline.xyz",
"address" : {
"@type" : "PostalAddress",
"addressLocality" : "San Juan del Río",
"addressRegion" : "Querétaro",
"addressCountry" : "México",
"postalCode" : "76800"
},
"url" : "https://thinkonline.xyz",
"review" : {
"@type" : "Review",
"author" : "Think Online!",
"reviewBody" : "Desarrollo de páginas web, soporte técnico a computadoras y laptops, implementación de redes y sistemas de gestión"
}
}
</script>
</head>
<body>
<section class="hero is-fullheight is-warning">
<div class="hero-body">
<div class="container content is-large has-text-centered">
<h2 class="title is-2"><span class="icon"><i class="fas fa-exclamation-triangle fa-3x"></i></span><br><span> 404</span></h2>
<h3 class="subtitle is-1">No encontramos lo que buscabas</h3>
<p>Intenta escribiendo correctamente la dirección o regresa a la
<a href="https://thinkonline.xyz">página inicial</a>.</p>
</div>
</div>
</section>
</body>
</html>