-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (36 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
47 lines (36 loc) · 2.1 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
47
<!DOCTYPE html>
<html lang="fr">
<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="theme-color" content="#f6f4ef">
<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=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap" rel="stylesheet">
</head>
<body>
<!-- Mount Element for Svelte -->
<div id="app"></div>
<!-- Main Vite entry point -->
<script type="module" src="/src/main.ts"></script>
</body>
</html>