28 lines
731 B
HTML
28 lines
731 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<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 src="/logo.png"></img><br>
|
|
<p>unavailable for legal reasons</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|