mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
doctype 5
|
|
html(lang="en")
|
|
head
|
|
title Atlantic Biomedical - Login
|
|
!{css}
|
|
body.login-page
|
|
.container-fluid
|
|
#loginbox
|
|
.brand-container
|
|
.brand Atlantic Biomedical
|
|
form
|
|
.alert.alert-error
|
|
| You are not authorized to access this site.
|
|
| Please contact your site administrator to request access.
|
|
p
|
|
| Please login with your Google Apps account to continue.
|
|
.form-actions
|
|
a.btn.btn-danger(href='/auth') Login with Google Apps |