Files
development-site/oldVersion/order.html

31 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Order :: Development - janishutz.com</title>
<link rel="stylesheet" href="/css/style.css">
<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>
<script defer src="/js/loader.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Order a website that was built from scratch just for you at affordable prices!">
<meta name="keywords" content="websites website-creation custom-websites">
</head>
<body>
<div id="nav"></div>
<div class="heading-wrapper">
<h1 class="heading text-centered">Or&shy;der</h1>
<h2 class="subheading text-centered">Get your new online presence</h2>
</div>
<div class="centered">
<h3>Ready for your new website?</h3>
<div id="contactForm"></div>
</div>
<div id="footer"></div>
</body>
</html>