checkauth logic & login dialog

This commit is contained in:
STEINNI
2025-09-03 22:39:04 +00:00
parent 3fc9b0731e
commit e315a3061e
5 changed files with 86 additions and 28 deletions
+12 -1
View File
@@ -25,6 +25,17 @@
<span style="--i:3;"></span>
</div>
<img src="/app/assets/images/logop42-intro.png" class="logointro"/>
<div id="startbtn">START</div>
<button id="startbtn">START</button>
<div id="login-dialog">
<div>
<label>Username:</label>
<input type="text" name="username"/>
</div>
<div>
<label>Password:</label>
<input type="password" name="password"/>
</div>
<div><span></span><button>GO</button></div>
</div>
</body>
</html>