-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (26 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/src/assets/eth.ico">
<title>Thomas' Portfolio</title>
<link rel="manifest" href="/site.webmanifest?v=1" />
<link rel="shortcut icon" href="/favicon.ico?v=1" />
<meta name="application-name" content="Thomas' Portfolio" />
<meta name="msapplication-TileColor" content="#dddddd" />
<meta name="theme-color" content="#212121" />
<meta property="og:image" content="https://portfolio.sohkey.eu/assets/CyberPP-5bede5b7.png" />
<meta property="og:image:height" content="520" />
<meta property="og:image:width" content="520" />
<meta property="og:title" content="Thomas' Portfolio | JS FullStack Developer" />
<meta property="og:description"
content="I am a fullstack JavaScript developer with a wide range of skills and
experience, including expertise in Node.js, Vue.js, Angular, Python, or Java.
I make a variety of projects that demonstrate my abilities and
showcase my dedication to creating high-quality, innovative software." />
<meta property="og:url" content="https://portfolio.sohkey.eu/" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>