-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoming-soon.php
40 lines (32 loc) · 1.7 KB
/
coming-soon.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php include('templates/header.php'); ?>
<?php include('templates/globalnav.php'); ?>
<div id="page">
<div class="container">
<div class="centered">
<h1>This Page Is Coming Soon...</h1>
<p class="lead">We know you're interested in access to this content, and our team is hard at work putting it together. Check back shortly.</p>
<form class="mailing-list form-inline">
<fieldset>
<legend>
<h2>Join our mailing list</h2>
<p>rem unde ipsum optio alias quo impedit itaque omnis eos. Ipsam, itaque?</p>
</legend>
<div class="control-group">
<div class="controls ">
<input type="text" class="input" id="input01" placeholder="[email protected]">
<button class="btn" type="submit">Subscribe</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div><!-- page -->
<?php include('templates/footer.php'); ?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/static/js/libs/jquery-1.9.1.min.js"><\/script>')</script>
<script src="/static/js/libs/bootstrap.min.js"></script>
<script src="/static/js/plugins.js"></script>
<script src="/static/js/main.js"></script>
</body>
</html>