mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-03 22:42:59 +00:00
11 lines
551 B
HTML
11 lines
551 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>WGDashboard | {{ title }}</title>
|
|
<link rel="icon" href="{{ url_for('static',filename='img/logo.png') }}"/>
|
|
<link rel="stylesheet" href="{{ url_for('static',filename='css/bootstrap.min.css') }}">
|
|
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='css/dashboard.css') }}">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
|
|
</head>
|
|
|