give detlef personality.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
maydar
2024-02-22 10:24:29 +01:00
parent 32c51d8d72
commit cf9dd94f37
3 changed files with 6 additions and 0 deletions

BIN
public/detlef1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

BIN
public/detlef2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

View File

@@ -27,6 +27,12 @@ export default function Login() {
return <Container>
<h1>Login</h1>
{/*main image*/}
<div style={{display: "flex", justifyContent: "center"}}>
<img src="./detlef1.webp" alt="main image" style={{width: "35%"}}/>
</div>
<br/>
{loading ?
<Loader/>
: