init: initialise repository
Signed-off-by: deslokitty <deslokitty@desloratadyna.net>
This commit is contained in:
56
index.html
Normal file
56
index.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!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: 1.25em; }
|
||||
a { font-size: 1.5em; padding-left: 1em; padding-right: 1em; }
|
||||
input { font-size: 1.5em; margin-left: 1em; margin-right: 1em; }
|
||||
#identifierLabel { font-size: 1.5em; }
|
||||
#continueArrow { font-size: 3.25em; }
|
||||
#continueText { font-size: 2em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center id="mainContainer">
|
||||
<div id="loginContainer">
|
||||
<table border="3" cellpadding="0"cellspacing="0">
|
||||
<tr>
|
||||
<th>
|
||||
<img width="352" height="124" src="logo.png"></img>
|
||||
</th>
|
||||
<th>
|
||||
<a href="/legal/privacypolicy">privacy policy</a>
|
||||
<a href="/legal/termsofuse">terms of use</a>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="200px" align="center">
|
||||
<form method="post" action="/cgi-bin/loginp2.js">
|
||||
<h3>log in!</h3>
|
||||
<label id="identifierLabel" for="identifier">identifier:</label><br>
|
||||
<input name="identifier" id="identifier" type="text">
|
||||
<button id="continue" type="submit">
|
||||
<table><tbody><tr><td id="continueArrow">></td><td id="continueText">continue</td></tr></tbody></table>
|
||||
</button>
|
||||
</form>
|
||||
<br>
|
||||
</td>
|
||||
<td width="600px" align="center">
|
||||
<h1>haihoo!! this is desloratadyna.net</h1>
|
||||
<p>
|
||||
desloratadyna is a single sign on service for services, like chat domestique. as of 2026-01-07, it is in a closed alpha state. registration isn't open, and data may be reset without warning.<br>
|
||||
yes, it is named after the antihistamine.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user