create custom view for redirect and custom view for not found

This commit is contained in:
Bilal Catic
2019-10-10 00:49:48 +02:00
parent 20a93b7fdc
commit 40fb1e6ad7
4 changed files with 65 additions and 4 deletions

9
app/views/notFound.ejs Normal file
View File

@@ -0,0 +1,9 @@
<!--suppress HtmlUnknownAnchorTarget -->
<% include partials/navBar %>
<div class="row center">
<h4>Ups...stranica ne postoji</h4>
</div>
<div class="row center">
<h5><a href="/">Nova pretraga</a></h5>
</div>