added a nav menu
This commit is contained in:
4
website/js/index.js
Normal file
4
website/js/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
$(document).ready(function () {
|
||||
$('#navbar').load('nav.html')
|
||||
console.log("ok")
|
||||
});
|
||||
Reference in New Issue
Block a user