2020-07-08 19:26:46 +00:00
|
|
|
<!DOCTYPE html>
|
2020-08-03 00:41:36 +00:00
|
|
|
<html lang="de-DE">
|
2020-07-08 19:26:46 +00:00
|
|
|
<head>
|
|
|
|
<title>datatrash</title>
|
2020-07-09 17:27:24 +00:00
|
|
|
<meta charset="utf-8" />
|
2020-07-13 13:59:16 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2020-07-08 19:26:46 +00:00
|
|
|
<link href="/static/index.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
2020-07-09 17:27:24 +00:00
|
|
|
<h1><a href="/">datatrash</a></h1>
|
2021-02-13 15:47:04 +00:00
|
|
|
<textarea id="text" rows="20" cols="120" class="copy-content" readonly>
|
|
|
|
{text}</textarea
|
|
|
|
>
|
2020-07-14 11:21:57 +00:00
|
|
|
<br />
|
2021-03-09 23:02:02 +00:00
|
|
|
<a class="main button" href="?dl">herunterladen</a>
|
2021-02-13 15:47:04 +00:00
|
|
|
<button id="copy" class="button">text kopieren</button>
|
2020-07-08 19:26:46 +00:00
|
|
|
</main>
|
2021-02-13 15:47:04 +00:00
|
|
|
<script src="/static/copy.js" lang="javascript"></script>
|
2020-07-08 19:26:46 +00:00
|
|
|
</body>
|
|
|
|
</html>
|