-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (62 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
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="”refresh”" content="”300″" />
<!-- META TAGS -->
<meta name="robots" content="index, follow" />
<meta name="rating" content="general" />
<meta name="language" content="en" />
<meta name="author" content="Adriel Gama - adrielgama.dev" />
<meta name="copyright" content="Adriel Gama" />
<meta property="og:title" content="Adriel Gama" />
<meta
property="og:description"
content="Resume developer by Adriel Gama using Vite, Tailwind CSS, TypeScript, Shadcn UI, Seo."
/>
<meta property="og:url" content="https:/adrielgama.dev" />
<meta property="og:image" content="/favicon/safari-pinned-tab.svg" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="pt_BR" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="icon" href="/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" href="/favicon/favicon-32x32.png" sizes="180x180" />
<link
rel="mask-icon"
href="/favicon/safari-pinned-tab.svg"
color="#e6e6e6"
/>
<link
rel="apple-touch-icon"
href="/favicon/apple-touch-icon.png"
sizes="180x180"
/>
<!-- ------- -->
<title>Adriel Gama - Front-end Developer</title>
<meta
name="description"
content="Resume developer by Adriel Gama using Vite, Tailwind CSS, TypeScript, Shadcn UI, SEO."
/>
<!-- -------- -->
<script type="text/javascript">
;(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
;(c[a].q = c[a].q || []).push(arguments)
}
t = l.createElement(r)
t.async = 1
t.src = 'https://www.clarity.ms/tag/' + i
y = l.getElementsByTagName(r)[0]
y.parentNode.insertBefore(t, y)
})(window, document, 'clarity', 'script', 'k4r2xz86ta')
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>