-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathunit.html
More file actions
39 lines (31 loc) · 1.24 KB
/
unit.html
File metadata and controls
39 lines (31 loc) · 1.24 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
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>D&D Generator: Unit Tests</title>
<meta name="robots" content="noindex">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alegreya+SC:wght@700&family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css?v=1">
</head>
<body>
<noscript>JavaScript must be enabled to run this app.</noscript>
<header data-flex="justify-between items-center">
<h1 data-logo>
<a href="/" data-action="navigate">
D&D Generator
</a>
</h1>
<nav id="nav" data-spacing="small"></nav>
</header>
<main id="content">
<div data-spinner>
<p>Mumbling incantations...</p>
</div>
</main>
<footer id="footer"></footer>
<script src="./app/unit.js?v=1" type="module"></script>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>