We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082811d commit bd9ab3eCopy full SHA for bd9ab3e
index.html
@@ -1,3 +1,4 @@
1
+
2
<!DOCTYPE html>
3
<html lang="en">
4
<head>
@@ -55,18 +56,15 @@
55
56
<div class="container">
57
<h1>Project Index</h1>
58
<ul>
- <li class="folder">week1
59
- <ul>
60
- <li class="file"><a href="/week1/foo">foo</a></li>
61
- <li class="file"><a href="/week1/bar">bar</a></li>
62
- </ul>
63
- </li>
64
- <li class="folder">week2
65
66
- <li class="file"><a href="/week2/baz">baz</a></li>
67
68
+<li class="folder">week1<ul>
+<li class="file"><a href="/week1/jinhoda">jinhoda</a></li>
+</ul></li>
+<li class="folder">week2<ul>
+<li class="file"><a href="/week2/jinhoda">jinhoda</a></li>
69
</ul>
70
</div>
71
</body>
72
</html>
0 commit comments