19 lines
787 B
HTML
19 lines
787 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
|
<!-- <script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script> -->
|
|
<script async src="/scripts/report-slop.js" type="module"></script>
|
|
|
|
<title>Slop Farmer</title>
|
|
</head>
|
|
<body>
|
|
<form id="login-form">
|
|
<label for="email" id="username">user:</label>
|
|
<input type="text" name="username" required />
|
|
<label for="password" id="password">password:</label>
|
|
<input type="password" name="password" required />
|
|
<button id="login-button">login</button>
|
|
</form>
|
|
<h2 style="visibility: collapse;" id="login-status">You're logged in.</h2>
|
|
</body> |