Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Janto Skowronek
m4_lab-video-demo
Commits
8137f1e8
Commit
8137f1e8
authored
Nov 03, 2020
by
Janto Skowronek
Browse files
Update settings.js
parent
44715ece
Pipeline
#1168
passed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/settings.js
View file @
8137f1e8
...
...
@@ -14,11 +14,11 @@ let homelink = document.createElement("a");
homelink
.
href
=
"
index.html
"
homelink
.
innerHTML
=
"
Home
"
menu
.
appendChild
(
homelink
);
//link2: projektseite
let
projectlink
=
document
.
createElement
(
"
a
"
);
projectlink
.
href
=
projektseitenlink
projectlink
.
innerHTML
=
"
Projekt
"
menu
.
appendChild
(
projectlink
);
//
//link2: projektseite
//
let projectlink = document.createElement("a");
//
projectlink.href=projektseitenlink
//
projectlink.innerHTML="Projekt"
//
menu.appendChild(projectlink);
//link3: aktuelles
let
newslink
=
document
.
createElement
(
"
a
"
);
newslink
.
href
=
"
aktuelles.html
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment