cube-studio/myapp/templates/404.html
2021-08-17 17:00:34 +08:00

8 lines
340 B
HTML

{% extends "appbuilder/base.html" %}
{% block content %}
<!-- <h2><center>{{_('Page not found')}}<center></h2> -->
<div style="width: 100%; height: calc( 100vh - 224px ); display: flex; align-items: center; justify-content: center;">
<img src="/static/assets/images/404.jpg" alt="404" style="max-height: 100%;" />
</div>
{% endblock %}