Commit 8137f1e8 authored by Janto Skowronek's avatar Janto Skowronek
Browse files

Update settings.js

parent 44715ece
Pipeline #1168 passed with stages
in 2 seconds
...@@ -14,11 +14,11 @@ let homelink = document.createElement("a"); ...@@ -14,11 +14,11 @@ let homelink = document.createElement("a");
homelink.href="index.html" homelink.href="index.html"
homelink.innerHTML="Home" homelink.innerHTML="Home"
menu.appendChild(homelink); menu.appendChild(homelink);
//link2: projektseite ////link2: projektseite
let projectlink = document.createElement("a"); //let projectlink = document.createElement("a");
projectlink.href=projektseitenlink //projectlink.href=projektseitenlink
projectlink.innerHTML="Projekt" //projectlink.innerHTML="Projekt"
menu.appendChild(projectlink); //menu.appendChild(projectlink);
//link3: aktuelles //link3: aktuelles
let newslink = document.createElement("a"); let newslink = document.createElement("a");
newslink.href="aktuelles.html" newslink.href="aktuelles.html"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment