"Coming Soon Template"
Bootstrap 3.0.0 Snippet by TomVanOoijen

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<center>
<h1>Coming Soon..</h1>
<p>My new website is coming soon.</p>
<hr>
<p>Other Sites:</p>
<a href="#" class="btn btn-info" target="_blank" role="button">Main website</a><br><br>
<a href="#" class="btn btn-success" target="_blank" role="button">Example site</a>
</center>
<div id="copyright">
<div class="container">
© 2013 <a href="http://thompsonv14.wesley009.com">Tom van Ooijen</a>
<span class="pull-right">
<a href="#" class="btn btn-primary btn-xs" role="button">Admin</a></span>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Its all Bootstrap 3 CSS! */
body {
margin: 0 auto;
margin-bottom: 0;
}
/* Footer CSS */
#copyright {
width: 100%;
position: fixed;
margin-bottom: 10px;
bottom: 0px;
clear: both;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: