added docker image
This commit is contained in:
15
src/sspoc/static/index.html
Normal file
15
src/sspoc/static/index.html
Normal 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>
|
Reference in New Issue
Block a user