Skip to content

Commit df50aef

Browse files
committed
add : 404.html added.
1 parent ecc111f commit df50aef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

templates/404.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{% extends 'base.html' %}
2+
3+
{% block title %}
4+
FekroBot::mafia::404
5+
{% endblock %}
6+
7+
{% block avatar %}
8+
<img class="avatar" src="static/images/Warns/cross.png">
9+
{% endblock %}
10+
11+
{% block role_title %}
12+
<h1>404</h1>
13+
<h2>Page Not Found!</h2>
14+
{% if is_farsi == True %}
15+
<h2 id="fa">صفحه مورد نظر یافت نشد</h2>
16+
{% endif %}
17+
{% endblock %}

0 commit comments

Comments
 (0)