mirror of https://github.com/gophish/gophish
16 lines
308 B
HTML
16 lines
308 B
HTML
|
{{define "content"}} {{template "nav"}}
|
||
|
<div class="jumbotron">
|
||
|
<div class="container" style="text-align:center;">
|
||
|
<h1>
|
||
|
Dashboard
|
||
|
</h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="container">
|
||
|
<hr>
|
||
|
<footer>
|
||
|
<p>© Jordan (jordan-wright) 2013</p>
|
||
|
</footer>
|
||
|
</div>
|
||
|
{{end}}
|