1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/app/views/Application/Index.html

14 lines
270 B
HTML

{{set "title" "Inbucket" .}}
{{template "header.html" .}}
<h1>Inbucket</h1>
<form action="/mailbox" method="GET">
<b>Enter a username to view their mailbox</b>
<input type="text" name="name">
<input type=submit value="Go">
</form>
{{template "footer.html" .}}