2020-07-08 21:26:46 +02:00
|
|
|
<!DOCTYPE html>
|
2020-08-03 02:41:36 +02:00
|
|
|
<html lang="de-DE">
|
2020-07-08 21:26:46 +02:00
|
|
|
<head>
|
|
|
|
<title>datatrash</title>
|
2020-07-09 19:27:24 +02:00
|
|
|
<meta charset="utf-8" />
|
2020-07-13 15:59:16 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2020-07-08 21:26:46 +02:00
|
|
|
<link href="/static/index.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
2020-07-09 19:27:24 +02:00
|
|
|
<h1><a href="/">datatrash</a></h1>
|
2021-12-20 01:05:38 +01:00
|
|
|
<textarea id="text" rows="20" cols="120" readonly>{text}</textarea>
|
2020-07-14 13:21:57 +02:00
|
|
|
<br />
|
2021-03-10 00:02:02 +01:00
|
|
|
<a class="main button" href="?dl">herunterladen</a>
|
2021-12-20 01:05:38 +01:00
|
|
|
<button id="copy" data-copy="#text" class="button hidden">
|
|
|
|
text kopieren
|
|
|
|
</button>
|
2022-10-07 14:59:57 +02:00
|
|
|
<a class="button" href="?raw">roh anzeigen</a>
|
2020-07-08 21:26:46 +02:00
|
|
|
</main>
|
2021-09-09 22:57:13 +02:00
|
|
|
<footer>
|
|
|
|
<a
|
|
|
|
class="repo"
|
2022-05-09 23:04:13 +02:00
|
|
|
href="https://git.ctdo.de/neri/datatrash"
|
2021-09-09 22:57:13 +02:00
|
|
|
target="_blank"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
repo
|
|
|
|
</a>
|
|
|
|
</footer>
|
2022-05-09 11:20:17 +02:00
|
|
|
<script src="/static/copy.js"></script>
|
2020-07-08 21:26:46 +02:00
|
|
|
</body>
|
|
|
|
</html>
|