-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (25 loc) · 1.24 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
29
30
31
32
33
<!DOCTYPE html>
<html style="--shade: #6699aaf6;">
<head>
<title>Markout</title>
<!-- <base href="/" /> -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' 'unsafe-inline' https://* http://*.smotaal.io; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://unpkg.com/@outmark/ https://unpkg.com/@smotaal.io/ https://unpkg.com/@smotaal/ https://*.markout.dev https://*.smotaal.io; connect-src *;" />
<script>(typeof self !== 'object' || !self || self.globalThis === self || (self.globalThis = self))</script>
<!-- Custom font applied to markup and certain markout elements -->
<link rel="stylesheet" href="./styles/fonts/iosevka.css" />
<!-- Markout's auto-injected shadow root stylesheet -->
<link id="style:styles/markout.css" rel="preload" as="style" href="./styles/markout.css">
<!-- Markout's minimal reset styles and root variables -->
<link rel="stylesheet" href="./styles/styles.css" />
<!-- Markout's pages-like <markout-content> UX bootstrapper -->
<script type="module" src="./browser/preview.js"></script>
</head>
<body>
<main>
<markout-content></markout-content>
</main>
</body>
</html>