friendica/view/templates/exception.tpl

7 lines
282 B
Smarty
Raw Normal View History

<div id="exception" class="generic-page-wrapper">
2019-05-05 03:54:05 +02:00
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
<h1>{{$title}}</h1>
<p>{{$message}}</p>
2019-05-05 03:54:05 +02:00
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
</div>