Updating 404 page
This commit is contained in:
parent
d1403a083f
commit
43b74e753c
1 changed files with 10 additions and 14 deletions
|
@ -1,14 +1,10 @@
|
||||||
<!DOCTYPE html>
|
{% extends "mybase.html" %}
|
||||||
<html lang="en">
|
{% block title %}FOTB - 404 :({% endblock %}
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
{% block main %}
|
||||||
<title>404</title>
|
{{ super() }}
|
||||||
</head>
|
<div class="text-center">
|
||||||
<!-- May god forgive me for this mistake. -->
|
|
||||||
<body style="text-align: center">
|
|
||||||
<h1>Oopsy poopsy...</h1>
|
<h1>Oopsy poopsy...</h1>
|
||||||
<h2>Page not found! 404</h2>
|
<h2>Page not found! 404</h2>
|
||||||
<h3>Please go away..</h3>
|
</div>
|
||||||
<h4>Leave me alone plz.</h4>
|
{% endblock %}
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue