"Page not found"
Bootstrap 3.3.0 Snippet by jaskaran

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 page"> <h1>404</h1> <h3>Page Not Found</h3> </div> </div>
.page h1 { color:#ff5c33; font-size:120px; text-align:center; } .page h3 { color: #ff4d4d; text-align:center; }

Related: See More


Questions / Comments: