Skip to content

Commit 56a849f

Browse files
authored
fix directory listing
1 parent 8f7d853 commit 56a849f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

404.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: 404
33
---
44

5-
# 404
6-
7-
Will there be 404 pages in the future?
5+
<h1 id="title">404</h1>
6+
<div id="notFoundText">
7+
Will there be 404 pages in the future?
8+
</div>
89

910
<li id="directory" style="display:none">
1011
</li>
@@ -72,4 +73,4 @@ if (files.length) {
7273
document.getElementById('directory').innerHTML += '<li style="list-style-type: none;"><a href="./' + file + '">' + file + '</a></li>'
7374
})
7475
}
75-
</script>
76+
</script>

0 commit comments

Comments
 (0)