-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (35 loc) · 2.09 KB
/
Copy pathindex.html
File metadata and controls
46 lines (35 loc) · 2.09 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="fr" class="dark">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Klaynight - Portfolio" />
<meta name="description" content="Bienvenue sur le porte folio de Klaynight, ici vous trouverez toutes les compétences, les expériences et les projets de Klaynight." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://klaynight.fr" />
<meta property="og:title" content="Klaynight's Portfolio" />
<meta property="og:description" content="Bienvenue sur le porte folio de Klaynight, ici vous trouverez toutes les compétences, les expériences et les projets de Klaynight." />
<meta property="og:image" content="https://klaynight.fr/assets/images/my-avatar.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://klaynight.fr/" />
<meta property="twitter:title" content="Klaynight's Portfolio" />
<meta property="twitter:description" content="Bienvenue sur le porte folio de Klaynight, ici vous trouverez toutes les compétences, les expériences et les projets de Klaynight." />
<meta property="twitter:image" content="https://klaynight.fr/assets/images/my-avatar.png" />
<title>Klaynight - Portfolio</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/images/my-avatar.png" type="image/x-icon">
<!-- Google Font Link -->
<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=Caveat:wght@400..700&family=Patrick+Hand&family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="bg-zinc-950 text-zinc-150">
<!-- Mount Element for Svelte -->
<div id="app"></div>
<!-- Main Vite entry point -->
<script type="module" src="/src/main.ts"></script>
</body>
</html>