-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (36 loc) · 1.44 KB
/
index.html
File metadata and controls
46 lines (36 loc) · 1.44 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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>D&D Generator</title>
<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=2">
</head>
<body data-layout="full">
<noscript>JavaScript must be enabled to run this app.</noscript>
<header data-flex="justify-between items-center" data-no-print>
<h1 data-logo>
<a href="/" data-action="navigate">
D&D Generator
</a>
</h1>
<nav id="nav" data-spacing="small"></nav>
</header>
<menu id="toolbar" data-no-print></menu>
<main id="content">
<div data-spinner>
<p>Mumbling incantations...</p>
</div>
</main>
<aside data-no-print>
<form id="knobs"></form>
</aside>
<footer id="footer" data-no-print></footer>
<div id="overlay" data-overlay></div>
<div id="toast" data-toast></div>
<script src="/app/app.js?v=1" type="module"></script>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>