-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.21 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Studievereniging Inter-Actief</title>
<meta name="description" content="I.C.T.S.V. Inter-Actief is de studievereniging voor de bachelor- en
masteropleidingen van Technische Informatica en Business Information Technology aan de
Universiteit Twente.">
<meta name="keywords"
content="inter-actief, utwente, universiteit twente, informatica, technische informatica, studievereniging, Business Information Technology">
<meta name="theme-color" content="#1D428A">
<meta name="application-name" content="Inter-Actief">
<link rel="icon" href="/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
<!-- FB Image -->
<meta property="og:image"
content="https://www.inter-actief.utwente.nl/static/img/pdf/ialogo.png?1719410618.9634793" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>