blazerapp/login.html
2021-08-18 18:41:20 -04:00

11 lines
210 B
HTML

<html>
<head>
</head>
<body>
<form method="post">
<input type="text" id="token" name="token">
<input type="submit" name="Submit">
</form>
</body>
</html>