ui - automated build

This commit is contained in:
bunkerity
2020-12-11 10:52:44 +01:00
parent 4ea01bd93f
commit 559b7835d4
21 changed files with 442 additions and 1 deletions

10
ui/templates/head.html Normal file
View File

@@ -0,0 +1,10 @@
<head>
<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>
<!-- TODO : favicon -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
</head>