File tree Expand file tree Collapse file tree 1 file changed +54
-21
lines changed Expand file tree Collapse file tree 1 file changed +54
-21
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,61 @@ <h2>Garderner Life</h2>
5
5
< hr >
6
6
7
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 >
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
+
29
61
</ tr >
62
+
30
63
</ table >
31
64
</ boday >
32
65
You can’t perform that action at this time.
0 commit comments