-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.28 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.28 KB
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
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48J228Y0DH"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-48J228Y0DH')
</script>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta
name="keywords"
content="HTML, CSS, JavaScript, TypeScript, Vue, React, Python, AWS, Redis, PostgreSQL, Docker, Cloud Native, SaaS, PaaS, GIS, FinTech, Blockchain, Frontend, Backend, Fullstack, Development"
/>
<meta name="description" content="Software Developer personal web site" />
<meta name="author" content="Dan Sotnik" />
<meta property="og:title" content="Dan Sotnik, A Software Developer" />
<meta property="og:image" content="img" src="src/assets/og-image.jpg" />
<meta property="og:type" content="article" />
<meta roperty="og:url" content="https://www.sotnikdev.tech/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dan Sotnik Software Developer | Vue React Python AWS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>