-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
23 lines (21 loc) · 826 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Statblock5e Creator</title>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:700'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/icon?family=Material+Icons'
rel='stylesheet'>
<link href='src/css/index.css'
rel='stylesheet' type='text/css'>
<script type="module" src="dist/vendors.bundle.js"></script>
<script type="module" src="dist/app.bundle.js"></script>
</head>
<body>
<loading-screen></loading-screen>
<stat-block-editor id="stat-block-editor" class="stat-block-editor stat-block-editor_hidden"></stat-block-editor>
</body>
</html>