1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-04 10:27:05 +00:00

Warning: carnage. Hacking in a CSS template.

This commit is contained in:
James Hillyerd
2012-10-10 22:46:59 -07:00
parent 555332c98e
commit 31395891a4
17 changed files with 332 additions and 40 deletions

View File

@@ -1,13 +1,16 @@
{{set "title" "Inbucket" .}}
{{template "header.html" .}}
{{template "menu.html" .}}
<h1>Inbucket</h1>
<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>
<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" .}}