This commit is contained in:
Jurgis Sakalauskas
2026-04-29 11:05:39 +03:00
parent beb1294d86
commit d6f7554dcc
3 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="width">
<title>{% block title %}kob{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>