-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (74 loc) · 2.53 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
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Josh Friedman</title>
<meta property="og:title" content="Josh Friedman" />
<meta
name="description"
content="Josh Friedman: Full Stack Developer, Nerd at Heart."
/>
<meta
property="og:description"
content="Josh Friedman: Full Stack Developer, Nerd at Heart."
/>
<meta name="author" content="Josh Friedman" />
<meta
name="keywords"
content="Josh Friedman, Full Stack Developer, Nerd at Heart"
/>
<link rel="canonical" href="https://joshfriedman.dev/" />
<meta property="og:url" content="https://joshfriedman.dev/" />
<meta property="og:site_name" content="Josh Friedman" />
<meta
property="og:image"
content="https://joshfriedman.dev/img/JoshFriedman-logo.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://joshfriedman.dev/img/JoshFriedman-logo.png"
/>
<meta property="twitter:title" content="Josh Friedman" />
<script type="application/ld+json">
{
"author": { "@type": "Person", "name": "Josh Friedman" },
"description": "Josh Friedman: Full Stack Developer, Nerd at Heart.",
"headline": "Josh Friedman",
"url": "https://joshfriedman.dev/",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"url": "https://joshfriedman.dev/img/JoshFriedman-logo.png"
},
"name": "Josh Friedman"
},
"image": "https://joshfriedman.dev/img/JoshFriedman-logo.png",
"name": "Josh Friedman",
"@context": "https://schema.org"
}
</script>
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" />
<link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2ZN8K9HEP1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-2ZN8K9HEP1");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>