Skip to content

Commit bd9ab3e

Browse files
committed
deploy: 9864e52
1 parent 082811d commit bd9ab3e

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

index.html

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>
@@ -55,18 +56,15 @@
5556
<div class="container">
5657
<h1>Project Index</h1>
5758
<ul>
58-
<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-
<ul>
66-
<li class="file"><a href="/week2/baz">baz</a></li>
67-
</ul>
68-
</li>
59+
<li class="folder">week1<ul>
60+
<li class="file"><a href="/week1/jinhoda">jinhoda</a></li>
61+
</ul></li>
62+
<li class="folder">week2<ul>
63+
<li class="file"><a href="/week2/jinhoda">jinhoda</a></li>
64+
</ul></li>
65+
6966
</ul>
7067
</div>
7168
</body>
7269
</html>
70+

0 commit comments

Comments
 (0)