-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 949 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
28
<!DOCTYPE html>
<html lang='es'>
<head>
<meta charset='utf-8' />
<meta
http-equiv='Content-Type'
content='text/html; X-Content-Type-Options=no-sniff'
/>
<meta http-equiv='Cache-control' content='no-cache' />
<meta
name='description'
content='Sitio web con información sobre los estadios de fútbol más importantes del Uruguay.'
/>
<meta name='author' content='Nicolás Batista Piñeyro' />
<meta
name='keywords'
content='Estadios del Uruguay, Nicolás Batista Piñeyro, Vite, Vue 3'
/>
<meta name='viewport' content='width=device-width,initial-scale=1.0' />
<link rel='alternate' hreflang='es' href='https://estadiosdeluruguay.netlify.app/' />
<link rel='icon' type='image/x-icon' href='./favicon.ico' />
<title>Estadios del Uruguay</title>
</head>
<body>
<div id='app'></div>
<script type='module' src='/src/main.js'></script>
</body>
</html>