-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 854 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
24
25
26
27
<html>
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"
integrity="sha512-Oy18vBnbSJkXTndr2n6lDMO5NN31UljR8e/ICzVPrGpSud4Gkckb8yUpqhKuUNoE+o9gAb4O/rAxxw1ojyUVzg=="
crossorigin="anonymous" />
<style>
iframe {
margin: 1rem auto 1rem;
max-width: 36rem;
padding: .25rem;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
<script type="module">
window.controllers = {};
(async() => {
await import('../stimulusP/markdown.mjs')
await import('../stimulusP/v2/controllersLoader.mjs')
})()
</script>
</head>
<body id="theBody" class="markdown-body" data-controller="markdown" data-url="./README.md">
</body>
</html>