UI - basic read fixes
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<head>
|
||||
<base href="{{ config["ABSOLUTE_URI"] }}">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="bunkerized-nginx user interface">
|
||||
<meta name="author" content="bunkerity">
|
||||
<title>{{ title }}</title>
|
||||
<title>bunkerized-nginx-ui - {{ title }}</title>
|
||||
<!-- TODO : favicon -->
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/custom.css" rel="stylesheet">
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/custom.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user