-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
28 lines (28 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Gilbert Ndresaj">
<meta name="keywords" content="Gilbert Ndresaj, Gilbert, Ndresaj, giln, software engineer, front-end, frontend, engineer, Torino, Turin, developer, web developer, javascript, vue, vite, vuejs, webapp">
<meta name="description" content="Gilbert Ndresaj is a software engineer based in Turin, Italy who specializes in developing high-quality websites and applications.">
<title>Gilbert Ndresaj | Software Engineer</title>
<link
rel="preload"
href="/font/Inter-roman.var.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<!-- <link rel="preload" href="/font/Inter-italic.var.woff2" as="font" type="font/woff2" crossorigin="anonymous"> -->
<link rel="stylesheet" href="/font/inter.css" />
</head>
<body>
<!-- ❁ plz dont hack senpai! (❁´◡`❁) -->
<noscript>
<strong>Sorry but this portfolio doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>