mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-09 04:31:55 +00:00
webui: Renamed themes dir to ui
- Eliminated intermediate bootstrap dir
This commit is contained in:
12
ui/templates/root/index.html
Normal file
12
ui/templates/root/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{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"}}{{.greeting}}{{end}}
|
||||
Reference in New Issue
Block a user