-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
77 lines (75 loc) · 2.21 KB
/
Copy path404.html
File metadata and controls
77 lines (75 loc) · 2.21 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
/>
<!--Bootstrap-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<!--awesome-->
<script
src="https://kit.fontawesome.com/dbd320956b.js"
crossorigin="anonymous"
></script>
<!--Css-->
<link rel="stylesheet" href="css/style.css" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito&display=swap"
rel="stylesheet"
/>
<meta
name="description"
content="Nueva Plataforma Virtual para eventos coorporativos, congresos y
seminarios."
/>
<meta
name="keywords"
content="Evento, virtual, app, plataforma virtual, Evento Virtual, Streaming, Congreso, Coorporativos, Seminarios,Virtual Event, Event, Escenario Virtual, Virtual Set"
/>
<!--protocolo open graph-->
<meta property="og:title" content="Nueva Plataforma Virtual para Eventos" />
<meta
property="og:image"
content="https://plataformavirtual2021.com.ar/img/logo/png"
/>
<meta property="og:author" content="Fernando Russo" />
<meta
property="og:description"
content="Nueva Plataforma Virtual para eventos coorporativos, congresos y
seminarios."
/>
<title>404 - Nueva Plataforma Virtual para Eventos.</title>
</head>
<body class="fondo404">
<a href="index.html">
<svg
height="0.8em"
width="0.8em"
viewBox="0 0 2 1"
preserveAspectRatio="none"
>
<polyline
fill="none"
stroke="#777777"
stroke-width="0.1"
points="0.9,0.1 0.1,0.5 0.9,0.9"
/>
</svg>
Home
</a>
<div class="color404">
<h1>404</h1>
</div>
<p class="texto404">La página que estas mirando no existe...</p>
</body>
</html>