-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (46 loc) · 2.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/jfmartinz.jpg" />
<link rel="canonical" href="https://www.jfmartinz.dev/" />
<meta name="author" content="Joseph Martin" />
<meta name="keywords" content="Joseph Martin, jfmartinz, Martin, Front-End Developer" />
<meta
name="description"
content="Front-End VueJS Developer | Vue, TypeScript, Pinia, Laravel, MySQL | Open-Source | UI/UX"
/>
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:title" content="Joseph Martin | Front-End Vue Js Developer" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Front-End VueJS Developer | Vue, TypeScript, Pinia, Laravel, MySQL | Open-Source | UI/UX"
/>
<meta property="og:url" content="https://www.jfmartinz.dev/" />
<meta
property="og:image"
content="https://opengraph.b-cdn.net/production/images/fee6bd77-3482-4aa3-88ce-c5a37b6b71b2.jpg?token=RW_48HQVUAS-lugKhlOiInIwKhwBTyObCsR3ORn9GW0&height=360&width=360&expires=33261691932"
/>
<meta property="og:locale" content="en_US" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="jfmartinz.dev" />
<meta name="twitter:url" content="https://www.jfmartinz.dev/" />
<meta name="twitter:title" content="Joseph Martin | Front-End Vue Js Developer" />
<meta
name="twitter:description"
content="Front-End VueJS Developer | Vue, TypeScript, Pinia, Laravel, MySQL | Open-Source | UI/UX"
/>
<meta
name="twitter:image"
content="https://opengraph.b-cdn.net/production/images/fee6bd77-3482-4aa3-88ce-c5a37b6b71b2.jpg?token=RW_48HQVUAS-lugKhlOiInIwKhwBTyObCsR3ORn9GW0&height=360&width=360&expires=33261691932"
/>
<title>Joseph Martin | Front-End Vue Js Developer</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>