a lot of progress
This commit is contained in:
16
order.html
16
order.html
@@ -2,12 +2,24 @@
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Contact me for an offer</h1>
|
||||
<div id="contactForm"></div>
|
||||
<div id="nav"></div>
|
||||
<div class="heading-wrapper">
|
||||
<h1 class="heading text-centered">Develop­ment</h1>
|
||||
<h2 class="subheading text-centered">Get your new online presence</h2>
|
||||
</div>
|
||||
<div class="centered">
|
||||
<div class="code-background half-height">
|
||||
<h2 class="biggest text-centered light-color">Contact me for an offer</h2>
|
||||
</div>
|
||||
<div id="contactForm"></div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user