mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Added login page template.
This commit is contained in:
6
web/login.html
Normal file
6
web/login.html
Normal 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" .}}
|
||||
Reference in New Issue
Block a user