initial commit

This commit is contained in:
Walter Oggioni
2024-02-14 08:38:15 +08:00
parent 911419f30a
commit 336e4e8360
6 changed files with 325 additions and 0 deletions

15
sspoc/static/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html>
<head>
<script src="/js/sspoc.js" defer></script>
</head>
<body>
<form id="login-form">
<label for="username">Username</label>
<input id="username" type="text">
<label for="password">Password</label>
<input id="password" type="password">
<button id="login-button" type="button">Login</button>
</form>
</body>
</html>