-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Active Unity: A Community Event Website for Local Residents, featuring Upcoming Events, Workshops, and Meetings to Enhance Community Engagement."
/>
<link rel="icon" type="image/svg+xml" href="./images/fav-icon.ico" />
<meta
name="keywords"
content="Stockholm Activities, Explore Stockholm, City Adventures, Cultural Experiences, Family-Friendly Fun, Entertainment Guide, Local Events, Stockholm Attractions"
/>
<meta
name="author"
content="Daniel Pettersson, Hassen Ahmed, Jinjing Wu, Kseniia Tikhonova, Simon Rosengren"
/>
<title>Active Unity</title>
<meta
name="google-site-verification"
content="1F-Ss0yxq0uTy2bpbD6qLEzGc6k8royNBtio9YC6Dhs"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>