ejs templating
This commit is contained in:
37
consumerWebsite/views/404.ejs
Normal file
37
consumerWebsite/views/404.ejs
Normal file
@ -0,0 +1,37 @@
|
||||
<%- include('top') %>
|
||||
|
||||
<!-- full Title -->
|
||||
<div class="full-title">
|
||||
<div class="container">
|
||||
<!-- Page Heading/Breadcrumbs -->
|
||||
<h1 class="mt-4 mb-3">404
|
||||
<small>Page Not Found</small>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<div class="breadcrumb-main">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">404</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="error-contents">
|
||||
<h3>Oops! That page can’t be found.</h3>
|
||||
<div class="error-img">
|
||||
<img class="img-fluid" src="images/404.png" alt="" />
|
||||
</div>
|
||||
<p>We can’t find the page your are looking for. You can check out our <a href="/">Homepage</a>.</p>
|
||||
<a class="btn btn-primary" href="/"> Back To Homepage </a>
|
||||
</div>
|
||||
<!-- /.jumbotron -->
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
|
||||
<%- include('bot') %>
|
Reference in New Issue
Block a user