We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1288b24 commit bf27ba0Copy full SHA for bf27ba0
docs.html
@@ -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