-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (21 loc) · 924 Bytes
/
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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="/img/logo/Full/Logo LAN_Full.ico?">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="UnQC1jRpr6ckhYBgUvr3mYCzIbcRwrJ4OvJmhISHULg" />
<title>Erlan Kurnia</title>
<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=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap"
rel="stylesheet" media="all">
</head>
<body>
<div id="app"></div>
<script async src="https://analytics.eu.umami.is/script.js"
data-website-id="3575b0ce-f2fb-4432-af77-6d4a07edf473"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>