-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (28 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="ThatRobHuman" />
<meta property="og:url" content="https://www.thatrobhuman.com/" />
<meta property="og:image" content="https://www.thatrobhuman.com/images/trh.png" />
<meta property="og:description" content="Maker of things, tools to make things, and tools to make tools to make things." />
<title>ThatRobHuman</title>
<!-- <link rel="stylesheet" href="/fonts/dm-sans.css" />
<link rel="stylesheet" href="/fonts/dm-mono.css" /> -->
<link rel="stylesheet" href="/reset.css" />
<link rel="stylesheet" href="/setup.css" />
<link rel="stylesheet" href="/primary.css" />
</head>
<body tabindex="-1">
<div id="root">
<div id="loader">
<img id="rings" src="/loader.svg" />
<img id="logo" src="/kdy.svg" />
</div>
</div>
<div id="modal-root"></div>
<div id="widget-root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>