13 lines
539 B
HTML
13 lines
539 B
HTML
<!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> |