-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/src/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/src/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/src/assets/icons/site.webmanifest">
<link rel="mask-icon" href="/src/assets/icons/safari-pinned-tab.svg" color="#ff0000">
<link rel="shortcut icon" href="/src/assets/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#f4f3f1">
<meta name="msapplication-config" content="/src/assets/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gabin Laigle - Software Engineering & More</title>
<meta name="description" content="My mission is to create the most flawless products by constantly learning and improving my approach. I also strive to inspire and uplift those around me along the way.">
<script type="application/ld+json">
{
"@context" : "https://gabin-laigle.com",
"@type" : "WebSite",
"name" : "Gabin Laigle's Portfolio",
"url" : "https://gabin-laigle.com/"
}
</script>
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 3425810, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>