-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (44 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/logo.ico" />
<title>nith.codes - everything you need to know about me</title>
<!-- META tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Roboto:wght@300&display=swap" rel="stylesheet">
<!-- Mega Tags -->
<meta name="theme-color"
content="#a78bf8" />
<meta name="apple-mobile-web-app-status-bar-style"
content="black">
<meta property="og:title"
content="nith.codes - portfolio" />
<meta property="title"
content="nith.codes - portfolio" />
<meta property="og:description"
content="This portfolio gives information about a 19 y.o student from Turkey. Everyday, it's gonna be developed more and more." />
<meta property="description"
content="This portfolio gives information about a 19 y.o student from Turkey. Everyday, it's gonna be developed more and more." />
<meta property="og:image"
content="https://media.discordapp.net/attachments/719516773577130024/850490764214796318/3mo_Badge.png?width=585&height=585" />
<meta property="image"
content="https://media.discordapp.net/attachments/719516773577130024/850490764214796318/3mo_Badge.png?width=585&height=585" />
</head>
<body>
<div id="navbar"></div>
<div id="app"></div>
<div id="footer"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<style>
@media (prefers-color-scheme: dark) {
body {
color: whitesmoke;
background-color: #1e2838;
}
}
</style>