add jq and nav bar

This commit is contained in:
janis
2023-03-07 09:47:23 +01:00
parent d1e733e88e
commit 0d4191eec3
4 changed files with 202 additions and 1 deletions

View File

@@ -7,3 +7,6 @@
*
*/
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
} );