forked from ivanpazbek/julianvuev2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.39 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="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/fav-icon.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/fav-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" type="image/png" href="fav-icon.png"/>
<meta name="msapplication-TileColor" content="#224679" />
<meta name="theme-color" content="#0c173c" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Julian PASSEBECQ - Data Portfolio"
/>
<title>Portfolio Data</title>
<meta
property="og:title"
content="Julian PASSEBECQ - Data Portfolio"
/>
<meta property="og:type" content="website" />
<meta
property="og:description"
content="This is my data projects portfolio - work, university and personal, organized with a search engine"
/>
<meta property="og:url" content="https://www.datapassq.com" />
<meta
property="og:image"
content="https://miro.medium.com/max/1400/0*1geNIsiclzJROVrH.webp"
/>
<link rel="stylesheet" href="custom.css">
</head>
<body class="bg-night-blue">
<div id="app" class="!m-0"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>