55 lines
1.5 KiB
HTML
55 lines
1.5 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, #passwordLabel { 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; }
|
|
#invalid { color: #ff0000; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="mainContainer">
|
|
<div id="loginContainer">
|
|
<img width="352" height="124" src="/logo.png"></img>
|
|
<p id="invalid">Invalid password provided</p>
|
|
|
|
<form method="post" action="/cgi-bin/loginp3.js">
|
|
<table align="center">
|
|
</tbody>
|
|
<td>
|
|
<label id="identifierLabel" for="identifier">identifier:</label><br>
|
|
<input name="identifier" id="identifier" type="text" value="PYRAPYRAPYRAPYRA" readonly aria-disabled><br>
|
|
|
|
<label id="passwordLabel" for="password">password:</label><br>
|
|
<input name="password" id="password" type="password">
|
|
</td>
|
|
<td>
|
|
<button id="continue" type="submit">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td id="continueArrow">> </td>
|
|
<td id="continueText"> continue</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</button>
|
|
</td>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|