"Coming Soon Template"
Bootstrap 3.0.0 Snippet by TomVanOoijen

<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>
/* 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; }

Related: See More


Questions / Comments: