forked from dbroqua/MusicTopus
Some changes in structure + add album
This commit is contained in:
parent
3ebdc9c06a
commit
f08e70eb7c
36 changed files with 883 additions and 165 deletions
11
views/error.ejs
Normal file
11
views/error.ejs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="container">
|
||||
<section class="px-md-5 mx-md-5 dark-grey-text mb-4">
|
||||
<h1><%= page.title %></h1>
|
||||
<% if ( errorCode && errorCode === 404 ) { %>
|
||||
<img src="/img/404.svg" alt="Erreur 404" style="max-height: 400px;" />
|
||||
<% } %>
|
||||
<pre>
|
||||
<%= page.error %>
|
||||
</pre>
|
||||
</section>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue