-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.59 KB
/
Copy pathindex.html
File metadata and controls
28 lines (26 loc) · 1.59 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Passionate about programming and creating websites. Privately, a gym enthusiast, traveler, concert-goer, as well as a gamer and game developer." />
<meta name="keywords" content="web developer, programming, fullstack, php, javascript, vue, laravel" />
<meta name="author" content="Patryk Strzałka" />
<title>Patryk Strzałka - Fullstack Web Developer</title>
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://patrykstrzalka.pl" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Patryk Strzałka - Fullstack Web Developer" />
<meta property="og:description" content="Passionate about programming and creating websites. Privately, a gym enthusiast, traveler, concert-goer, as well as a gamer and game developer." />
<meta property="og:image" content="%VITE_BASE_URL%images/thumbnail.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>