This commit is contained in:
Ted Unangst 2019-10-13 23:00:53 -04:00
parent abb8171e93
commit 725c652558

7
views/msg.html Normal file
View file

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