init: import repository
This commit is contained in:
27
files/disallowed.html
Normal file
27
files/disallowed.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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>
|
||||
|
||||
Reference in New Issue
Block a user