-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.92 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Caprasimo&family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&display=swap"
rel="stylesheet"
/>
<title>Retrofolio</title>
<meta
name="description"
content="Meet Retrofolio, a portfolio website template that takes you back to the retro PC era. Built with Vue.js, it offers a simple and engaging way to display your projects. Explore a unique, nostalgic design and showcase your work in detail, making your portfolio truly memorable."
/>
<meta property="og:title" content="retrofolio" />
<meta
property="og:description"
content="Meet Retrofolio, a portfolio website template that takes you back to the retro PC era. Built with Vue.js, it offers a simple and engaging way to display your projects. Explore a unique, nostalgic design and showcase your work in detail, making your portfolio truly memorable."
/>
<meta property="og:url" content="https://retrofolio.3ll.gr" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/home/retrofolio-meta-img.png" />
<meta
property="og:image:secure_url"
content="/assets/home/retrofolio-meta-img.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="1600" />
<meta property="og:image:alt" content="retrofolio logo" />
</head>
<body data-theme="bronze">
<div class="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>