We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7121dd commit 125ea65Copy full SHA for 125ea65
app/templates/404.html
@@ -4,7 +4,7 @@
4
5
{% block main %}
6
<div id="middle-container" class="row justify-content-center">
7
- <img src="https://http.cat/404.jpg" alt="Страница не найдена!">
+ <h2>Запрашиваемый ресурс не найден<h2>
8
</div>
9
<script src={{ url_for("static", filename="general.js") }}></script>
10
assets/styles/404.css
@@ -1,3 +1,3 @@
1
#middle-container {
2
- background-color: black;
+ background-color: rgb(255, 255, 255);
3
}
0 commit comments