20 lines
590 B
Plaintext
20 lines
590 B
Plaintext
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
|
|
|
|
|