refactor: Move head to tmp

This commit is contained in:
2025-01-24 23:58:28 +03:00
committed by Sweetbread
parent db3eb73bc0
commit 2b5cd9782f
7 changed files with 28 additions and 31 deletions
+3 -6
View File
@@ -1,10 +1,6 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
<meta charset="UTF-8">
<title>Попакошька</title>
</head>
{% include 'head.html' %}
<body>
{% include 'header.html' %}
@@ -20,4 +16,5 @@
</nav>
</div>
<img class="helpimg" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>
</body>
</html>