mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-10 13:15:56 +00:00
Basic AJAX GUI is now functional
This commit is contained in:
@@ -3,13 +3,10 @@
|
||||
{{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>
|
||||
<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" .}}
|
||||
|
||||
Reference in New Issue
Block a user