-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (27 loc) · 886 Bytes
/
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
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta
content="Descubre los mejores destinos con Escape Tours. Ofrecemos tours únicos con una amplia variedad de destinos para todos los gustos. Confía en nuestra experiencia y transparencia en cada tour que ofrecemos. Encuéntranos en nuestras redes sociales o contáctanos para crear la mejor experiencia de viaje para ti."
name="description"/>
<link
href="/src/assets/LogoEscapeTours.webp"
rel="icon"
type="image/svg+xml"
/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Escape tours</title>
</head>
<style>
html {
box-sizing: border-box;
font-family: "system-ui";
}
</style>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>