Skip to content

Commit d15c20a

Browse files
save file
1 parent 917a00c commit d15c20a

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
2+
3+
4+
<!DOCTYPE html>
5+
6+
7+
<html lang=en>
8+
9+
<head>
10+
<meta charset=utf-8>
11+
12+
<title>
13+
html component : web-editor
14+
</title>
15+
16+
<meta name=description content=''>
17+
18+
<base href='https://ext-code.com/html-components/list/web-console/'>
19+
<link rel=canonical href='https://ext-code.com/html-components/list/web-console/web-console.html'>
20+
21+
<meta name=viewport content='width=device-width, initial-scale=1'>
22+
<link rel=icon href=''>
23+
24+
25+
<script src='https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js'></script>
26+
<script src='https://cdn.jsdelivr.net/npm/markdown-it/dist/markdown-it.min.js'></script>
27+
<link rel=stylesheet href='/css/github-markdown-light.css'>
28+
29+
30+
<script src='https://libs.ext-code.com/js/dom/component/component.js?init'></script>
31+
32+
<script>
33+
34+
35+
async function init(){
36+
37+
38+
await mod.auto();
39+
40+
41+
42+
}//init
43+
44+
45+
</script>
46+
47+
<style>
48+
49+
</style>
50+
51+
</head>
52+
53+
<body>
54+
55+
<div id=output class=markdown-body>
56+
</div>
57+
58+
59+
</body>
60+
61+
<script>
62+
63+
64+
function initdom(){
65+
}//initdom
66+
67+
68+
</script>
69+
70+
71+
<script>
72+
73+
var data = {
74+
};
75+
76+
data.readme = `
77+
`;
78+
79+
</script>
80+
</html>
81+
82+

0 commit comments

Comments
 (0)