mirror of
https://github.com/friendica/friendica
synced 2024-11-15 16:53:54 +00:00
17 lines
458 B
Smarty
17 lines
458 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
<div id="exception" class="generic-page-wrapper">
|
|
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
|
|
<h1>{{$l10n.title}}</h1>
|
|
<p>{{$l10n.desc1}}</p>
|
|
<p>{{$l10n.desc2}}</p>
|
|
<ul>
|
|
{{foreach $l10n.reasons as $reason}}
|
|
<li>{{$reason}}</li>
|
|
{{/foreach}}
|
|
</ul>
|
|
</div>
|