init: import repository
This commit is contained in:
55
files/loginp2.html
Normal file
55
files/loginp2.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!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; }
|
||||
cite { padding-left: 5em; padding-right: 5em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center id="mainContainer">
|
||||
<div id="loginContainer">
|
||||
<img width="352" height="124" src="/logo.png"><br><br>
|
||||
|
||||
<cite>PYRIPYRIPYRIPYRI</cite><br><br>
|
||||
|
||||
<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>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user