Added css for the main page, added user panel

Created src/main.css that contains src/main.html css design
Updated login.html for clearer actions
Changed main.html for to a new layout for the css, added watching user panel
This commit is contained in:
ShakedAp
2023-06-25 12:06:13 +03:00
parent 1e6a3f87c2
commit e1a1ab706f
3 changed files with 86 additions and 9 deletions

View File

@@ -12,8 +12,8 @@
<h1> Login To Watch-Together Server</h1>
<div class="form">
<form action="/login" method="post" class="login-form">
<input type="text" placeholder="username" name="username"/>
<input type="password" placeholder="password" name="password"/>
<input type="text" placeholder="your username" name="username"/>
<input type="password" placeholder="server password" name="password"/>
<button>login</button>
</form>
</div>