feat: add http server with a page serving service informations
This commit is contained in:
6
http/templates/head.html
Normal file
6
http/templates/head.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ define "head" }}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ .Title }}</title>
|
||||
<link rel="stylesheet" href="assets/bulma-0.9.4.min.css">
|
||||
{{ end }}
|
Reference in New Issue
Block a user