-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 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
51
52
53
54
55
56
57
<!doctype html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<!-- viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- meta SEO -->
<meta name="description" content="Benvenuti nel portfolio di Smailen Vargas, un Frontend Developer" />
<meta name="author" content="Smailen Vargas" />
<meta name="keywords" content="Smailen Vargas, Frontend Developer, portfolio" />
<!-- manifest -->
<link rel="manifest" href="\site.webmanifest" />
<!-- ottimizza condivisione sui social -->
<meta property="og:title" content="Smailen Vargas | Frontend Developer">
<meta property="og:description" content="Smailen Vargas | Frontend Developer">
<meta property="og:image" content="/images/immagine-sito.jpeg">
<!-- favicon -->
<link rel="icon" href="/favicon.ico">
<!-- iOS icona e app -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android e Chrome icona -->
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/android-icon-512x512.png">
<title>Smailen Vargas | Frontend Developer</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Smailen Vargas",
"jobTitle": "Frontend Developer",
"url": "https://smailenvargas.com",
"sameAs": [
"https://www.linkedin.com/in/smailen-vargas/",
"https://github.com/Smailen5",
"https://www.frontendmentor.io/profile/Smailen5"
],
"image": "https://smailenvargas.com/images/immagine-sito.jpeg",
"description": "Benvenuti nel portfolio di Smailen Vargas, un Frontend Developer"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>