-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.76 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 1.76 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
48
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link href="/favicon.ico" rel="icon" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!-- Primary Meta Tags -->
<title>Noéwen BOISNARD</title>
<meta name="title" content="Noéwen BOISNARD" />
<meta name="description" content="Développeur Fullstack" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://noewen.com/" />
<meta property="og:title" content="Noéwen BOISNARD" />
<meta property="og:description" content="Développeur Fullstack" />
<meta property="og:image" content="/banner.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://noewen.com/" />
<meta property="twitter:title" content="Noéwen BOISNARD" />
<meta property="twitter:description" content="Développeur Fullstack" />
<meta property="twitter:image" content="/banner.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#6d1045" />
<meta name="msapplication-TileColor" content="#6d1045" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Other Meta Tags -->
<meta
content="noéwen,boisnard,noéwen boisnard,développeur,vue.js,vuejs,javascript,rust,vannes,bretagne"
name="keywords"
/>
<meta content="Noéwen BOISNARD" name="author" />
<meta content="index, follow" name="robots" />
<meta
content="8OsXtvbWNLNLJWH4Qz-ER-nQ2U4qvyJz1LRAakaU3lk"
name="google-site-verification"
/>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>