Skip to content

Commit bf27ba0

Browse files
committed
Docs generator
1 parent 1288b24 commit bf27ba0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Python bot workshop docs</title>
6+
</head>
7+
<body>
8+
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2/webcomponents-loader.min.js"></script>
9+
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@1/src/zero-md.min.js"></script>
10+
<script>
11+
const md = document.createElement('zero-md')
12+
md.src=document.location.hash.slice(1)
13+
document.body.appendChild(md)
14+
</script>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)