Skip to content

Commit fd445fd

Browse files
committed
1
1 parent 6eb7ed8 commit fd445fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/md_file/page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" />
@@ -26,7 +26,7 @@
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 () {
@@ -40,8 +40,8 @@
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>

0 commit comments

Comments
 (0)