create custom view for redirect and custom view for not found
This commit is contained in:
9
app/views/notFound.ejs
Normal file
9
app/views/notFound.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user