modified: templates/index.html

modified:   templates/users.html
This commit is contained in:
SimolZimol
2024-09-03 11:52:03 +02:00
parent 8cd9bfcb20
commit e3663ca141
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
<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>User Management</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
</head>