-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (41 loc) · 2.12 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
<!DOCTYPE html>
<html lang="es-AR">
<head>
<link rel="canonical" href="https://facturasystem.com.ar" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FacturaSystem</title>
<!-- Meta SEO -->
<meta name="title" content="FacturaSystem - 404">
<meta name="description" content="404 page">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="Spanish">
<meta name="author" content="Fermin Coronel">
<!-- Social media share -->
<meta property="og:title" content="FacturaSystem - 404">
<meta property="og:site_name" content="FacturaSystem">
<meta property="og:url" content="https://facturasystem.com.ar"/>
<meta property="og:description" content="404 page">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="/logo.svg">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#295095">
<meta name="theme-color" content="#ffffff">
<link href="./index.css" rel="stylesheet">
</head>
<body class="bg-white dark:bg-gray-900">
<section>
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
<div class="mx-auto max-w-screen-sm text-center">
<h1 class="mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600 dark:text-primary-500">404</h1>
<p class="mb-4 text-3xl tracking-tight font-bold text-gray-900 md:text-4xl dark:text-white">Ups! La página no existe.</p>
<p class="mb-4 text-lg font-light text-gray-500 dark:text-gray-400"></p>
<a href="https://facturasystem.com.ar" class="inline-flex text-white bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:focus:ring-primary-900 my-4">Ir a la página principal</a>
</div>
</div>
</section>
</body>
</html>