Skip to content

Commit bd052f5

Browse files
authored
Update index.html
1 parent c60307c commit bd052f5

File tree

1 file changed

+54
-21
lines changed

1 file changed

+54
-21
lines changed

index.html

Lines changed: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,61 @@ <h2>Garderner Life</h2>
55
<hr>
66

77
<table>
8-
<tr valign="top">
9-
<td>
10-
<h3>List</h3>
11-
<a href="List/list.html"></a>
12-
</td>
13-
<td>
14-
<h3>Tree</h3>
15-
<a href="Tree/tree.html"></a>
16-
</td>
17-
<td>
18-
<h3>Graph</h3>
19-
<a href="Graph/graph.html"></a>
20-
</td>
21-
<td>
22-
<h3>HashTable</h3>
23-
<a href="HashTable/hashtable.html"></a>
24-
</td>
25-
<td>
26-
<h3>Math</h3>
27-
<a href="Math/math.html"></a>
28-
</td>
8+
<tr>
9+
<ul>
10+
<li>
11+
<p>
12+
<a href="List/list.html">List</a>
13+
</p>
14+
</li>
15+
</ul>
16+
17+
</tr>
18+
19+
<tr>
20+
<ul>
21+
<li>
22+
<p>
23+
<a href="Tree/tree.html">Tree</a>
24+
</p>
25+
</li>
26+
</ul>
27+
28+
</tr>
29+
30+
<tr>
31+
<ul>
32+
<li>
33+
<p>
34+
<a href="Graph/graph.html">Graph</a>
35+
</p>
36+
</li>
37+
</ul>
38+
39+
</tr>
40+
41+
<tr>
42+
<ul>
43+
<li>
44+
<p>
45+
<a href="HashTable/hashtable.html">HashTable</a>
46+
</p>
47+
</li>
48+
</ul>
49+
50+
</tr>
51+
52+
<tr>
53+
<ul>
54+
<li>
55+
<p>
56+
<a href="Math/math.html">Math</a>
57+
</p>
58+
</li>
59+
</ul>
60+
2961
</tr>
62+
3063
</table>
3164
</boday>
3265

0 commit comments

Comments
 (0)