aboutsummaryrefslogtreecommitdiff
path: root/content/content.json
blob: be98c2438f153d04f1214f97b81919a175cdb838 (plain)
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
[
  {
    "name": "Stundenplan",
    "load": "content",
    "url": "timetable.html",
    "id": "timetable"
  },
  {
    "name": "Informatik",
    "load": "content",
    "url": "info.html",
    "id": "info"
  },
  {
    "name": "Mathe",
    "load": "content",
    "url": "maths.html",
    "id": "maths"
  },
  {
    "name": "WPA2",
    "load": "content",
    "url": "wpa2.html",
    "id": "wpa2"
  },
  {
    "name": "CSMA/CD",
    "load": "content",
    "url": "csmacd.html",
    "id": "csmacd"
  },
  {
    "name": "CSMA/CA",
    "load": "content",
    "url": "csmaca.html",
    "id": "csmaca"
  },
  {
    "name": "KRACK",
    "load": "content",
    "url": "krack.html",
    "id": "krack"
  },
  {
    "name": "Lorem",
    "load": "content",
    "url": "lorem.html",
    "id": "lorem"
  },
  {
    "name": "About",
    "load": "content",
    "url": "about.html",
    "id": "about"
  },
  {
    "name": "Gitlab",
    "img": "https://gitlab.com/assets/favicon-075eba76312e8421991a0c1f89a89ee81678bcde72319dd3e8047e2a47cd3a42.ico",
    "load": "href",
    "url": "https://gitlab.com/MDWay"
  },
  {
    "name": "Github",
    "img": "https://assets-cdn.github.com/favicon.ico",
    "load": "href",
    "url": "https://github.com/MDWay"
  }
]