blenders
Initial
b92ee48
raw
history blame contribute delete
638 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> WebSSH </title>
<link href="static/img/favicon.png" rel="icon" type="image/png">
</head>
<body>
<div class="container">
<h1>Create New User</h1>
<form action="/app" method="post">
<label for="username">Username:</label>
<input type="text" id="username" name="username" required><br>
<label for="password">Password:</label>
<input type="password" id="password" name="password" required><br>
<button type="submit">Create User</button>
</form>
</div>
</body>
</html>