almost finished

This commit is contained in:
2023-04-22 14:17:35 +02:00
parent f29d0e360e
commit 951853b105
11 changed files with 66 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
$(document).ready(function () {
$( document ).ready( function () {
$( '#contactForm' ).load( '/modules/contactForm.html' );
});
} );