modified: app.py
modified: templates/index.html modified: templates/settings.html
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user