-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 779 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, I'm Dustin! A full stack software engineer from Michigan!"
/>
<meta name="author" content="Dustin Thurston" />
<meta name="keywords" content="dustycode, software engineer, web developer, portfolio, Dustin, Thurston, react" />
<title>dustycode</title>
<script defer src="https://analytics.dustycode.dev/script.js" data-website-id="b43219f0-7b94-4fbc-a9ef-3b79d7adac20"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>