-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
81 lines (79 loc) · 2.44 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>London Brutalist Map</title>
<script
defer
src="https://umami.jackkershaw.pp.ua/script.js"
data-website-id="4caf98ea-6d52-4f4b-b254-98e6e92780c5"
></script>
<meta
name="google-site-verification"
content="ujIbhHPn6rxy-UILH4ErbVekSD2Q2LBvGZxbvZCY_ZY"
/>
<meta
name="description"
content="Explore a comprehensive map of London's most iconic Brutalist buildings, including landmarks such as the Barbican, Trellick Tower, and Alexandra Road Estate."
/>
<meta name="robots" content="index, follow" />
<meta name="author" content="London Brutalist Map" />
<link rel="icon" href="/favicon.ico" />
<link rel="canonical" href="https://londonbrutalistmap.co.uk" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="public/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="public/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="public/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="./favicons/site.webmanifest" />
<link rel="shortcut icon" href="./favicons/favicon.ico" />
<meta name="theme-color" content="#000" />
<meta name="msapplication-TileColor" content="#000000" />
<meta
name="twitter:site"
content="https://londonbrutalistmap.co.uk"
/>
<meta name="twitter:card" content="public/images/AboutPage.webp" />
<meta name="twitter:title" content="London Brutalist Map" />
<meta
name="twitter:description"
content="Map of London's Brutalist Buildings"
/>
<meta
name="twitter:image"
content="public/images/AboutPage.webp"
/>
<meta property="og:site_name" content="London Brutalist Map" />
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://londonbrutalistmap.co.uk/"
/>
<meta property="og:title" content="London Brutalist Map" />
<meta
property="og:description"
content="Map of London's Brutalist Buildings"
/>
<meta property="og:image" content="public/images/AboutPage.webp" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>