first styling & more content
This commit is contained in:
13
order.html
Normal file
13
order.html
Normal 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>
|
||||
Reference in New Issue
Block a user