-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (34 loc) · 1.31 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
<!DOCTYPE html>
<html lang='fr'>
<head>
<meta charset='UTF-8' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<title>Gabin Bloquet • Site web personnel</title>
<meta
content="Site web personnel de Gabin Bloquet, actualité, compétences, expériences et blog. N'hésitez pas à me faire des retours sur celui-ci. Bon visionnage."
name='description'>
<link href='/favicon.png' rel='icon' type='image/png' />
<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=Raleway:ital,wght@0,100..900;1,100..900&display=swap'
rel='stylesheet'>
<script src='/src/main.ts' type='module'></script>
<!-- Google Tag Manager -->
<script>(function(w, d, s, l, i) {
w[l] = w[l] || []
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js',
})
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''
j.async = true
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl
f.parentNode.insertBefore(j, f)
})(window, document, 'script', 'dataLayer', 'GTM-WB8PBSXT')</script>
<!-- End Google Tag Manager -->
</head>
<body id='app'>
</body>
</html>