added a nav menu

This commit is contained in:
janis
2022-12-14 12:17:13 +01:00
parent 0c651e3f28
commit 7112b26d24
4 changed files with 50 additions and 2 deletions

4
website/js/index.js Normal file
View File

@@ -0,0 +1,4 @@
$(document).ready(function () {
$('#navbar').load('nav.html')
console.log("ok")
});