Moving /links and populating it with some basic content
This commit is contained in:
parent
f7c238ec38
commit
9fe3597c6f
11 changed files with 149 additions and 49 deletions
5
links/links.js
Normal file
5
links/links.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function loadDependencies() {
|
||||
loadHTML("header", "/header.html");
|
||||
loadHTML("footer", "/footer/footer.html");
|
||||
loadHTML("portfolio", "/links/portfolio.html");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue