Merge pull request #25 from zerooo-vpn/AddBootstrapToPanel
Add bootstrap to panel
This commit is contained in:
commit
9a2110d22b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{ title ?? "Zer.ooo" }}</title>
|
<title>{{ title ?? "Zer.ooo" }}</title>
|
||||||
<link rel="stylesheet" href="/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="/css/vendors/bootstrap.min.css" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
|
Loading…
Reference in a new issue