This commit is contained in:
Ted Unangst 2019-10-13 23:00:53 -04:00
parent abb8171e93
commit 725c652558
1 changed files with 7 additions and 0 deletions

7
views/msg.html Normal file
View File

@ -0,0 +1,7 @@
{{ template "header.html" . }}
<main>
<div class="info">
<p>
{{ .ServerMessage }}
</div>
</main>