File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33< head >
44
55 < meta charset ="utf-8 " />
6- < title > git </ title >
6+ < title > code1009 </ title >
77 < link rel ="stylesheet " type ="text/css " href ="../core.css " />
88 < link rel ="stylesheet " type ="text/css " href ="../menu.css " />
99 < link rel ="stylesheet " type ="text/css " href ="./page.css " />
2626
2727 < script >
2828
29- function renderMarkdwon ( markdown_url , markdown_view_id ) {
29+ function renderMarkdwon ( markdown_view_id , markdown_url ) {
3030 var xmlhttp = new XMLHttpRequest ( ) ;
3131 xmlhttp . onreadystatechange =
3232 function ( ) {
4040 xmlhttp . send ( ) ;
4141 }
4242
43- renderMarkdwon ( "./page.md" , "markdown_view ") ;
44- renderMarkdwon ( "https://code1009.github.io/web/md_file/page.md" , "markdown_view2 ") ;
43+ renderMarkdwon ( "markdown_view" , " ./page.md") ;
44+ renderMarkdwon ( "markdown_view2" , " https://code1009.github.io/web/md_file/page.md") ;
4545
4646 </ script >
4747 </ div >
You can’t perform that action at this time.
0 commit comments