feat: add http server with a page serving service informations

This commit is contained in:
2023-09-20 21:54:08 -06:00
parent 56d7174b96
commit fdaffca43f
23 changed files with 605 additions and 135 deletions

6
http/templates/head.html Normal file
View 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 }}