first commit
This commit is contained in:
19
views/login.pug
Normal file
19
views/login.pug
Normal file
@@ -0,0 +1,19 @@
|
||||
html
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||
title BenchCoach - Login
|
||||
link(rel='stylesheet' href='/css/bootstrap.min.css')
|
||||
link(rel='stylesheet' href='/font/bootstrap-icons.min.css')
|
||||
link(rel='stylesheet' href='/css/teamsnap-ui.css')
|
||||
body
|
||||
.u-padSidesMd.u-xs-padSidesLg
|
||||
.Panel.u-padLg
|
||||
h3 BenchCoach
|
||||
p Sign in
|
||||
|
||||
a(class="Button Button--large Button--orange" href="/login/federated/teamsnap")
|
||||
i(class="bi bi-asterisk")/
|
||||
span Sign in with TeamSnap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user