parent
6f5a55170f
commit
de02f5ea10
@ -0,0 +1,21 @@
|
||||
{% extends '_main.html' %}
|
||||
|
||||
{% block title %}MIA - Bazarr{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<style>
|
||||
.content {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
{% endblock head %}
|
||||
|
||||
{% block body %}
|
||||
<div class="content">
|
||||
<br>
|
||||
<br>
|
||||
<h1>You must be lost, nothing to see here.</h1>
|
||||
<br>
|
||||
<img src="{{ url_for('static',filename='404.png') }}" height="350 px">
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in new issue