-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (38 loc) · 1.16 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="cat">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/png"
href="/assets/web/logo-noticies/logodiari320x320.png" />
<link rel="apple-touch-icon" href="https://lliriacasanostra.com/assets/web/favicon/CASA_NOSTRA_1200x1200.jpg" />
<meta property="og:image" content="https://lliriacasanostra.com/assets/web/favicon/CASA_NOSTRA_1200x1200.jpg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Casa Nostra",
"description": "El lloc web independent de notícies locals amb les últimes novetats i històries sobre Llíria.",
"url": "https://lliriacasanostra.com",
"image": {
"@type": "ImageObject",
"url": "https://lliriacasanostra.com/assets/web/favicon/CASA_NOSTRA_1200x1200.jpg",
"width": 1200,
"height": 1200,
"caption": "Logo of Casa Nostra"
}
}
</script>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>Casa Nostra - Diari digital</title>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>