New file for login's style

This commit is contained in:
2024-03-02 15:52:35 +01:00
parent 7aefc33c7b
commit a45e38b1f6
4 changed files with 83 additions and 83 deletions

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div class="logBoxCenterer">
<div class='loginBox'>
<body>
<div class="logBoxCenterer">
<div class='loginBox'>
<div class="form">
<h1 style="color:rgb(239,60,168); font-family: sans-serif;">SIGN IN</h1>
<div class="inputBox">
@ -20,10 +20,10 @@
<input type="submit" value="Login">
</div>
</div>
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</body>
</html>