modified: app.py

modified:   templates/index.html
	modified:   templates/settings.html
This commit is contained in:
SimolZimol
2024-09-03 11:49:52 +02:00
parent 2fc24afcb9
commit e86271ab9a
3 changed files with 33 additions and 31 deletions

View File

@@ -3,9 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{ url_for('static', filename='css/theme-' + theme + '.css') }}" rel="stylesheet">
<title>Admin Panel</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ url_for('static', filename='css/' + theme + '.css') }}" rel="stylesheet">
</head>
<body>
<div class="container mt-5">