-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 2.19 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
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="title" content="Massimiliano Sartore - Software Developer" />
<meta
name="description"
content="Massimiliano Sartore, a software developer and tech enthusiast, shares his projects and insights on technology. Explore his work, learn about his journey, and get in touch."
/>
<meta
name="keywords"
content="Massimiliano Sartore, Software Developer, Tech Enthusiast, Projects, Technology, ATA, ATA-GUI, Ares, Android, Windows"
/>
<meta name="google-adsense-account" content="ca-pub-1307793821809343" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="90 days" />
<meta name="author" content="Massimiliano Sartore" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://msartore.dev/" />
<meta
property="og:title"
content="Massimiliano Sartore - Software Developer"
/>
<meta
property="og:description"
content="Massimiliano Sartore, a software developer and tech enthusiast, shares his projects and insights on technology. Explore his work, learn about his journey, and get in touch."
/>
<meta property="og:image" content="/src/assets/banner.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://msartore.dev/" />
<meta
property="twitter:title"
content="Massimiliano Sartore - Software Developer"
/>
<meta
property="twitter:description"
content="Massimiliano Sartore, a software developer and tech enthusiast, shares his projects and insights on technology. Explore his work, learn about his journey, and get in touch."
/>
<meta property="twitter:image" content="/src/assets/banner.png" />
<link rel="icon" href="/src/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Massimiliano Sartore - Software Developer</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>