Updated static web pages

This commit is contained in:
David J. Allen 2024-04-17 17:25:28 -06:00
parent d7990807f0
commit 7529d2b7dd
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
2 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,7 @@
<div id="wrapper">
Log in using the option(s) below for an access token. </br></br>
{{loginForm}}
{{loginButtons}}
</div>
</html>

View file

@ -27,4 +27,10 @@ input[type=text] {
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
}
input[type=password] {
width: 80%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
}