"404"
Bootstrap 3.1.0 Snippet by dinesh

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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 ----------> <div class="container"> <div class="row"> <div class="well"> <div class="hero-unit center"> <h1>Page Not Found <small><font face="Tahoma" color="red">Error 404</font></small></h1> <br /> <p>The page you requested could not be found, either contact your webmaster or try again. Use your browsers <b>Back</b> button to navigate to the page you have prevously come from</p> <p><b>Or you could just press this neat little button:</b></p> <a href="/" class="btn btn-large btn-info"><i class="icon-home icon-white"></i> Take Me Home</a> </div> <!-- By ConnerT HTML & CSS Enthusiast --> </div> </div> </div>
.center {text-align: center; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto;} .container{width: 500px;margin-top: 70px;}

Related: See More


Questions / Comments: