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>
|
||||
|
||||
53
files/invalidp1.html
Normal file
53
files/invalidp1.html
Normal file
@@ -0,0 +1,53 @@
|
||||
<!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 { 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>
|
||||
|
||||
<!-- DIDN'T I SAY SOMETHING??? -->
|
||||
<form method="post" action="/cgi-bin/loginp2.js">
|
||||
<p id="invalid">Invalid identifier provided</p>
|
||||
<table align="center">
|
||||
<tbody>
|
||||
<td>
|
||||
<label id="identifierLabel" for="identifier">identifier:</label><br>
|
||||
<input name="identifier" id="identifier" type="text">
|
||||
</td>
|
||||
<td>
|
||||
<br><br><br>
|
||||
<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>
|
||||
|
||||
54
files/invalidp2.html
Normal file
54
files/invalidp2.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<!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>
|
||||
|
||||
50
files/login.html
Normal file
50
files/login.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!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 { 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 width="352" height="124" src="/logo.png"></img>
|
||||
|
||||
<!-- DIDN'T I SAY SOMETHING??? -->
|
||||
<form method="post" action="/cgi-bin/loginp2.js">
|
||||
<table align="center">
|
||||
</tbody>
|
||||
<td>
|
||||
<label id="identifierLabel" for="identifier">identifier:</label><br>
|
||||
<input name="identifier" id="identifier" type="text">
|
||||
</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>
|
||||
|
||||
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>
|
||||
|
||||
3
files/panelending.html
Normal file
3
files/panelending.html
Normal file
@@ -0,0 +1,3 @@
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
14
files/panelgenesis.html
Normal file
14
files/panelgenesis.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>net.desloratadyna</title>
|
||||
<style>
|
||||
body { font-family: sans-serif; font-size: 1.5em; }
|
||||
#inactive { background-color: #eeeeee; }
|
||||
#hello { font-size: 1.5em; }
|
||||
#tiny { font-size: 0.5em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<img src="/logo.png">
|
||||
48
files/paneltemplate.html
Normal file
48
files/paneltemplate.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>net.desloratadyna</title>
|
||||
<style>
|
||||
body { font-family: sans-serif; font-size: 1em; }
|
||||
#inactive { background-color: #eeeeee; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<img src="logo.png">
|
||||
|
||||
<h2>Hi, __DESLORATADYNA_USERNAME_PLACEHOLDER__!</h2>
|
||||
|
||||
<p>1 service connected</p>
|
||||
<table border=1 cellpadding=5 cellspacing=0>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>
|
||||
name
|
||||
</th>
|
||||
<th>
|
||||
description
|
||||
</th>
|
||||
<th>
|
||||
actions
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
chat domestique
|
||||
</td>
|
||||
<td>
|
||||
opinionated chat platform
|
||||
</td>
|
||||
<td>
|
||||
<a href="#">Disconnect</a><br>
|
||||
<a href="#">Terms of Service</a><br>
|
||||
<a href="#">Privacy Policy</a><br>
|
||||
<a href="#">Visit</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user