-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.05 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
<!DOCTYPE html>
<html lang="nl" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="https://storage.remzi.info/assets/images/logo.png">
<title>Remzi Cavdar</title>
<meta name="description"
content="Mijn naam is Remzi Cavdar en ik studeer HBO-ICT Software Engineering aan de Hogeschool van Amsterdam (HvA).">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap">
</head>
<body>
<div id="app"></div>
<script type="module" src="src/main.ts"></script>
<!-- Simple Analytics - 100% privacy-first analytics -->
<script data-collect-dnt="true" async defer src="https://remzi.info/proxy.js"></script>
<noscript>
<img src="https://remzi.info/simple/noscript.gif" alt="No script" referrerpolicy="no-referrer-when-downgrade">
</noscript>
</body>
</html>