We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc16e7 commit 20ad1deCopy full SHA for 20ad1de
index.html
@@ -1,4 +1,34 @@
1
<!DOCTYPE html>
2
<html>
3
- <h2>Garderner Life</h2>
+ <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
14
+ <h3>Tree</h3>
15
+ <a href="Tree/tree.html"></a>
16
17
18
+ <h3>Graph</h3>
19
+ <a href="Graph/graph.html"></a>
20
21
22
+ <h3>HashTable</h3>
23
+ <a href="HashTable/hashtable.html"></a>
24
25
26
+ <h3>Math</h3>
27
+ <a href="Math/math.html"></a>
28
29
+ </tr>
30
+ </table>
31
+ </boday>
32
33
34
</html>
0 commit comments