-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (30 loc) · 843 Bytes
/
index.html
File metadata and controls
36 lines (30 loc) · 843 Bytes
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
<html>
<head>
<title></title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.stylez.css" />
</head>
<body>
<div>
Characters:
<ul id="characters"></ul>
</div>
<header>
<h1 id="title">Title</h1>
<h2 id="by"></h2>
</header>
<details>
<summary>meta</summary>
<pre><code id="meta"></code></pre>
</details>
<hr />
<main id="output"></main>
<script src="https://unpkg.com/marked@1.1.1/lib/marked.js"></script>
<script src="https://unpkg.com/dompurify@2.0.14/dist/purify.js"></script>
<script src="https://unpkg.com/js-yaml@3.14.0/dist/js-yaml.min.js"></script>
<script src="frontend.js" type="module"></script>
</body>
</html>