-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (37 loc) · 2.03 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Nantsa Montillet - Développeur Web</title>
<meta content="Passionné de programmation, je réalise des sites vitrines et des applications web sur mesure. Voici mon portfolio !"
name="description">
<link href="/favicon.ico" rel="icon" type="image/x-icon">
<link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="/site.webmanifest" rel="manifest">
<meta content="xylobyte.com" name="hostname">
<meta content="Portfolio - Nantsa Montillet" property="og:title">
<meta content="Mon portfolio qui liste mes compétences et mes realisations" property="og:description">
<meta content="https://swiftapp-hub.github.io/files/images/og_card.webp"
property="og:image">
<meta content="1200" property="og:image:width">
<meta content="630" property="og:image:height">
<meta content="image/webp" property="og:image:type">
<meta content="Carte de visite de Nantsa Montillet" property="og:image:alt">
<meta content="https://xylobyte.com/" property="og:url">
<meta content="website" property="og:type">
<meta content="Nantsa Montillet - Développeur Web" property="og:site_name">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;600&family=Jura&family=Orbitron:wght@700&display=swap"
rel="stylesheet">
<script async defer src="https://www.google.com/recaptcha/api.js"></script>
</head>
<body style="background: black;">
<div id="app" class="flex column"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>