You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
486 B
28 lines
486 B
Navbar = [
|
|
{
|
|
icon: "/resources/img/favicon.ico",
|
|
desc: "Ga naar de homepagina",
|
|
link: "/"
|
|
},
|
|
{
|
|
name: "Playground",
|
|
desc: "Test je html live!",
|
|
link: "/playground"
|
|
},
|
|
{
|
|
name: "Contact",
|
|
desc: "Neem contact met mij op",
|
|
link: "/contact"
|
|
},
|
|
{
|
|
name: "Games",
|
|
desc: "Hier kan je spelletjes spelen",
|
|
dropdown: [
|
|
{
|
|
name: "Vuurjongen en Watermeisje 4",
|
|
link: "/vuurjongen-en-watermeisje-4"
|
|
}
|
|
]
|
|
}
|
|
]
|