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
2012-10-11 11:49:23 -07:00

14 lines
432 B
HTML

{{set "title" "Inbucket" .}}
{{template "header.html" .}}
{{template "menu.html" .}}
<div id="colTwo">
<p>Inbucket is an email testing service; it will accept email for any email
address and make it available to view without a password.</p>
<p>To view email for a particular address, enter the username portion
of the address into the box on the upper right and click <em>go</em>.</p>
</div>
{{template "footer.html" .}}