more beautiful examples index.html & fixes

This commit is contained in:
2023-02-23 20:47:20 +01:00
parent a1f5da363f
commit 50a83798d1
7 changed files with 122 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
$( document ).ready( function () {
$( '#navbar' ).load( 'nav.html' );
$( '#footer' ).load( 'footer.html' );
$( '#navbar' ).load( '/nav.html' );
$( '#footer' ).load( '/footer.html' );
$( document ).ready(function () {
$( '.button' ).mouseenter( function () {