Files
session-security-poc/sspoc/static/index.html
Walter Oggioni 336e4e8360 initial commit
2024-02-14 08:45:14 +08:00

15 lines
439 B
HTML

<!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>