Added login page template.

This commit is contained in:
Ryan O'Hara-Reid
2016-03-29 17:32:22 +11:00
parent bd12214291
commit 707ccd909c

6
web/login.html Normal file
View File

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