diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-22 16:35:10 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-22 16:35:10 -0400 |
commit | 381e57d62f01056d823af74d186f6de87df9fcee (patch) | |
tree | 7b512b0cb62170dad262a03cc8aa368e6e88d77b /ufund-ui/src/app/components/login/login.component.html | |
parent | 69e79cc423110ea7df3d960f95e612934d256dd8 (diff) | |
download | JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.tar.gz JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.tar.bz2 JellySolutions-381e57d62f01056d823af74d186f6de87df9fcee.zip |
Dark mode!
Diffstat (limited to 'ufund-ui/src/app/components/login/login.component.html')
-rw-r--r-- | ufund-ui/src/app/components/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html index aff108f..516b07b 100644 --- a/ufund-ui/src/app/components/login/login.component.html +++ b/ufund-ui/src/app/components/login/login.component.html @@ -1,6 +1,6 @@ <div id="box"> <span *ngIf="next" style="color: red">You must be logged in to view this page</span> - <p>Login:</p> + <h1>Login</h1> <input placeholder="Username" type="text" #username> <input placeholder="Password" type="password" #password> <button type="button" (click)="login(username.value, password.value)">Login</button> |