Skip to content

Commit 20ad1de

Browse files
authored
Update index.html
1 parent 4bc16e7 commit 20ad1de

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
<!DOCTYPE html>
22
<html>
3-
<h2>Garderner Life</h2>
3+
<boday>
4+
<h2>Garderner Life</h2>
5+
<hr>
6+
7+
<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>
29+
</tr>
30+
</table>
31+
</boday>
32+
33+
434
</html>

0 commit comments

Comments
 (0)