1
0
Fork 0

Add style to exception page

This commit is contained in:
Hypolite Petovan 2019-05-04 21:54:05 -04:00
commit c969635bbc
6 changed files with 32 additions and 5 deletions

View file

@ -1,4 +1,6 @@
<div id="exception" class="generic-page-wrapper">
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
<h1>{{$title}}</h1>
<p>{{$message}}</p>
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
</div>