Moving about into its own directory for better organization
This commit is contained in:
parent
9fe3597c6f
commit
25dda4dd8b
3 changed files with 29 additions and 5 deletions
4
about/about.js
Normal file
4
about/about.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function loadDependencies() {
|
||||
loadHTML("header", "/header.html");
|
||||
loadHTML("footer", "/footer/footer.html");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue