added docker image

This commit is contained in:
2024-02-15 08:56:48 +08:00
parent 219a7910ad
commit ca5959d81d
8 changed files with 38 additions and 0 deletions

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>