-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 1.47 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
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pantallas estaciones ADIF</title>
<meta name="description" content="Generador de pantallas de estaciones de ADIF" />
<meta
name="keywords"
content="pantallas estaciones, generador pantallas, ADIF, configurador estaciones"
/>
<meta name="author" content="Mario Montes" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Pantallas de estaciones ADIF" />
<meta property="og:description" content="Generador de pantallas de estaciones ADIF" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pantallas-estaciones.vercel.app/card.png" />
<meta property="og:url" content="https://pantallas-estaciones.vercel.app" />
<meta name="twitter:image" content="https://pantallas-estaciones.vercel.app/card.png" />
<meta name="twitter:card" content="summary" />
</head>
<body>
<div id="app"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-602Y87XFGR"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-602Y87XFGR')
</script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>