mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-02 09:27:06 +00:00
20 lines
495 B
HTML
20 lines
495 B
HTML
{{define "title"}}Inbucket{{end}}
|
|
|
|
{{define "script"}}{{end}}
|
|
|
|
{{define "menu"}}
|
|
<div id="logo">
|
|
<h1><a href="/">inbucket</a></h1>
|
|
<h2>email testing service</h2>
|
|
</div>
|
|
{{end}}
|
|
|
|
{{define "content"}}
|
|
<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>
|
|
{{end}}
|
|
|