first styling & more content

This commit is contained in:
janis
2023-01-16 08:23:05 +01:00
parent 3ca65ca743
commit 237a20c8cc
8 changed files with 95 additions and 0 deletions

0
js/loader.js Normal file
View File

3
js/orderwebsite.js Normal file
View File

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