"Page Not Found - 404 error"
Bootstrap 2.3.2 Snippet by ethirajit

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/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="span12"> <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> </div> </div>
.center {text-align: center; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto;}

Related: See More


Questions / Comments: