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

13
order.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Order :: Development - janishutz.com</title>
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script defer src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" ></script>
<script defer src="/js/orderwebsite.js"></script>
</head>
<body>
<h1>Contact me for an offer</h1>
<div id="contactForm"></div>
</body>
</html>