mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-01-12 13:44:29 +08:00
8 lines
340 B
HTML
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 %} |