-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
25 lines (22 loc) · 1.08 KB
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="//fonts.googleapis.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/img/Favicon.svg" type="image/x-icon" />
<title>Ànec Events</title>
<meta name="description"
content="Descubre los mejores eventos musicales, culturales, deportivos, infantiles, lúdicos y gastronómicos en la provincia de Alicante.">
<meta name="og:url" content="https://www.anecevents.com/" />
<meta name="og:title" content="Ànec Events" />
<meta name="og:description" content="Descubre los mejores eventos musicales, culturales, deportivos, infantiles, lúdicos y gastronómicos en la provincia de Alicante." />
<meta name="og:image" content="https://res.cloudinary.com/ddn278n2q/image/upload/v1644489585/anac-event/ze7muiavjdonfbpcjnnp.png">
<meta name="og:image:width" content="200px">
<meta name="og:image:height" content="200px">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>