Skip to content

Commit 125ea65

Browse files
little update for 404 page
1 parent d7121dd commit 125ea65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block main %}
66
<div id="middle-container" class="row justify-content-center">
7-
<img src="https://http.cat/404.jpg" alt="Страница не найдена!">
7+
<h2>Запрашиваемый ресурс не найден<h2>
88
</div>
99
<script src={{ url_for("static", filename="general.js") }}></script>
1010

assets/styles/404.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#middle-container {
2-
background-color: black;
2+
background-color: rgb(255, 255, 255);
33
}

0 commit comments

Comments
 (0)