Skip to content

Commit 048b641

Browse files
save file
1 parent d7ec1cb commit 048b641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-components/list/html/page-html/v1.0/page-html-v1.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<script src='https://cdn.jsdelivr.net/npm/markdown-it-attrs@4.3.1/markdown-it-attrs.browser.min.js'></script>
66
<script src='https://cdn.jsdelivr.net/npm/markdown-it-container@4.0.0/dist/markdown-it-container.min.js'></script>
77

8-
<link rel=stylesheet href='/css/github-markdown-light.css'>
98

109

1110

@@ -36,7 +35,9 @@
3635

3736

3837
dirtree = mod['dir-tree'];
38+
console.log('dirtree',dirtree);
3939
snippet = mod['snippet-html-console'];
40+
console.log('snippet',snippet);
4041
editor = mod['web-editor'];
4142
log = mod['log-mod'];
4243

@@ -72,7 +73,6 @@
7273
</script>
7374

7475

75-
<link rel=stylesheet href='../css/component.css' crossorigin=anonymous>
7676

7777
<style>
7878

0 commit comments

Comments
 (0)