Files
fluff/files/login.html
2026-01-07 09:09:51 +01:00

51 lines
1.3 KiB
HTML

<!DOCTYPE HTML>
<!-- you're too curious for your own good -->
<html>
<head>
<meta charset="utf-8">
<title>desloratadyna.net</title>
<style>
:root { color-scheme: light dark; }
body { font-family: sans-serif; font-size: 1em; }
input { font-size: 1.5em; }
#identifierLabel { font-size: 1.5em; }
#mainContainer { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
#continueArrow { font-size: 3.25em; }
#continueText { font-size: 2em; }
</style>
</head>
<body>
<div id="mainContainer">
<div id="loginContainer">
<img width="352" height="124" src="/logo.png"></img>
<!-- DIDN'T I SAY SOMETHING??? -->
<form method="post" action="/cgi-bin/loginp2.js">
<table align="center">
</tbody>
<td>
<label id="identifierLabel" for="identifier">identifier:</label><br>
<input name="identifier" id="identifier" type="text">
</td>
<td>
<button id="continue" type="submit">
<table>
<tbody>
<tr>
<td id="continueArrow">&gt; </td>
<td id="continueText"> continue</td>
</tr>
</tbody>
</table>
</button>
</td>
</tbody>
</table>
</form>
</div>
</div>
</body>
</html>