Add service orchestration and web UI
This commit is contained in:
7
internal/service/templates/static/main.gohtml
Normal file
7
internal/service/templates/static/main.gohtml
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<main class="container">
|
||||
<section class="chat" id="chat" aria-live="polite">
|
||||
</section>
|
||||
{{ template "footer" . }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user