-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Evan Gong builds AI agents, robotics and hardware projects, software tools, and tangible digital experiences." />
<meta name="theme-color" content="#000000" />
<meta name="msapplication-TileImage" content="/favicon-192.png" />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="msvalidate.01" content="0F5FB3CAA27EADA79AD9E32D8ABCEF98" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<link rel="canonical" href="https://evangong.tech/" />
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-ob5u_AlkXatZgKtmggRbY.js"></script>
<script>
window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }
window.plausible.init = window.plausible.init || function (i) { window.plausible.o = i || {} }
window.plausible.init()
</script>
<title>Evan Gong | AI, Robotics, Hardware & Photography</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>