]> git.mxchange.org Git - friendica.git/blob - view/templates/special/displaynotfound.tpl
Merge pull request #13374 from friendica/update-htaccess
[friendica.git] / view / templates / special / displaynotfound.tpl
1 <div id="exception" class="generic-page-wrapper">
2         <img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
3         <h1>{{$l10n.title}}</h1>
4         <p>{{$l10n.desc1}}</p>
5         <p>{{$l10n.desc2}}</p>
6         <ul>
7 {{foreach $l10n.reasons as $reason}}
8                 <li>{{$reason}}</li>
9 {{/foreach}}
10         </ul>
11 </div>