23 lines
965 B
HTML
23 lines
965 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Contact :: 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/loader.js"></script>
|
|
<script defer src="/js/orderwebsite.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="nav"></div>
|
|
<div class="heading-wrapper">
|
|
<h1 class="heading text-centered">Con­tact</h1>
|
|
<h2 class="subheading text-centered">Get in touch</h2>
|
|
</div>
|
|
<div class="centered">
|
|
<h3>Got any questions? Feel free to contact me</h3>
|
|
<div id="contactForm"></div>
|
|
</div>
|
|
<div id="footer"></div>
|
|
</body>
|
|
</html> |