1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-02-27 20:55:55 +00:00
Files
go-inbucket/app/views/Application/Index.html
2012-10-10 22:46:59 -07:00

17 lines
334 B
HTML

{{set "title" "Inbucket" .}}
{{template "header.html" .}}
{{template "menu.html" .}}
<div id="colTwo">
<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>
</div>
{{template "footer.html" .}}