Add service orchestration and web UI
This commit is contained in:
11
internal/service/templates/static/head.gohtml
Normal file
11
internal/service/templates/static/head.gohtml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "head" }}
|
||||
<head>
|
||||
<meta name="author" content="Chimerical LLC">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, shrink-to-fit= no, interactive-widget=resizes-content">
|
||||
<title>Odidere</title>
|
||||
<link rel="stylesheet" href="/static/main.css">
|
||||
<script defer src="/static/main.js"></script>
|
||||
</head>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user