forked from lingonsaft/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.json
110 lines (110 loc) · 2.05 KB
/
menu.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"Home": {
"text": "Home",
"href": "index.html"
},
"Helpful-Material": {
"text": "Helpful Material",
"href": "helpful-material.html"
},
"Contributors": {
"text": "Contributors",
"href": "contributors.html"
},
"Others": {
"Potato": {
"text": "Potato",
"href": "potato.html"
},
"Cheese": {
"text": "Cheese!",
"href": "cheese.html"
},
"Tools": {
"text": "Tools",
"href": "tools.html",
"id": "tools"
},
"Invert": {
"text": "Invert",
"href": "#",
"id": "invert-btn"
},
"Fireworks": {
"text": "Fireworks",
"href": "Fireworks.html",
"id": "fireworks"
},
"Learn": {
"text": "Learn!",
"href": "wow.html",
"id": "learn"
},
"4otakus": {
"text": "4otakus",
"href": "4otakus.html",
"id": "4otakus"
},
"Bubble": {
"text": "Bubble",
"href": "bubble.html",
"id": "Bubble"
},
"Canoi": {
"text": "Canoi",
"href": "canoi.html",
"id": "Canoi"
},
"Colorgame": {
"text": "Colorgame",
"href": "colorgame.html",
"id": "Colorgame"
},
"Foxy": {
"text": "Foxy",
"href": "foxy.html",
"id": "Foxy"
},
"Gifheaven": {
"text": "Gif Heaven",
"href": "gifheaven.html",
"id": "Gifheaven"
},
"Plainpage": {
"text": "Plain Page",
"href": "plain_page.html",
"href": "/plain_page",
"id": "Plainpage"
},
"Snek": {
"text": "Snek",
"href": "snek.html",
"id": "Snek"
},
"Spooky": {
"text": "Spooky",
"href": "spooky.html",
"id": "Spooky"
},
"Values": {
"text": "Values",
"href": "values.html",
"id": "Values"
},
"Wow": {
"text": "Wow",
"href": "wow.html",
"id": "Wow"
},
"Flappy": {
"text": "Flappy Game",
"href": "Flappy.html",
"id": "Flappy"
},
"Stay Dry": {
"text": "Stay Dry",
"href": "/dry",
"id": "dry"
}
}
}