-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 1.38 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="John Wayne Nolette's personal portfolio.">
<meta name="keywords" content="John,Wayne,Nolette,Developer,Engineer,Software,Freelance">
<meta name="author" content="John Nolette">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="John Wayne Nolette">
<meta property="og:site_name" content="John Wayne Nolette">
<meta property="og:url" content="https://neetjn.github.io/">
<meta property="og:description" content="John Wayne Nolette's personal portfolio.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://raw.githubusercontent.com/neetjn/neetjn.github.io/master/src/assets/images/picture.jpg">
<title>John Wayne Nolette - Portfolio</title>
<link rel="stylesheet" type="text/css" href="./public/portfolio.bundle.css">
</head>
<body class="m-0 bg-slate-dark">
<div id="target"></div>
<script src="./public/portfolio.bundle.js" type="text/javascript"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144030366-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100762375-2');
</script>
</body>
</html>