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
+7
View File
@@ -0,0 +1,7 @@
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
<script src="{{ url_for('static', filename='scripts/index.js') }}"></script>
<meta charset="UTF-8">
<title>Попакошька</title>
</head>