-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav.json
More file actions
53 lines (53 loc) · 773 Bytes
/
nav.json
File metadata and controls
53 lines (53 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"1":
{
"name":"Home",
"link":"/interactive-htmlcss/index.php"
},
"2":
{
"name":"Beginner's Guide",
"link":"/interactive-htmlcss/beginner.php"
},
"3":
{
"name":"HTML Appendix",
"link":"#",
"dropdown":
{
"1":
{
"name":"Tables",
"link":"/interactive-htmlcss/content/html/htmltables.php"
},
"2":
{
"name":"Divs",
"link":"/interactive-htmlcss/htmldivs.php"
}
}
},
"4":
{
"name":"CSS Appendix",
"link":"#",
"dropdown":
{
"1":
{
"name":"item1",
"link":"/interactive-htmlcss/content/html/htmltables.php"
},
"2":
{
"name":"item2",
"link":"/interactive-htmlcss/htmldivs.php"
}
}
},
"5":
{
"name":"Interactive Editor",
"link":"/interactive-htmlcss/interact.php"
}
}