Files
gocryptotrader/web/login.html
2016-03-29 17:32:22 +11:00

7 lines
169 B
HTML

{{template "header" .}}
<p>
This is the login page....
</p>
<a href="/dashboard-marketdepth" class="btn btn-lg btn-default">goto dashboard</a>
{{template "footer" .}}