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-09-09 20:57:13 +00:00
|
|
|
<a
|
2021-12-20 00:05:38 +00:00
|
|
|
id="link"
|
|
|
|
class="large-link"
|
2021-09-09 20:57:13 +00:00
|
|
|
href="{link_attribute}"
|
|
|
|
rel="noopener noreferrer"
|
2021-09-09 21:06:04 +00:00
|
|
|
>{link_content}</a
|
2021-09-09 20:57:13 +00:00
|
|
|
>
|
2020-07-14 11:21:57 +00:00
|
|
|
<br />
|
2021-09-09 20:57:13 +00:00
|
|
|
<a class="main button" href="{link_attribute}" rel="noopener noreferrer">
|
|
|
|
link öffnen
|
|
|
|
</a>
|
2021-12-20 00:05:38 +00:00
|
|
|
<button id="copy" data-copy="#link" class="button hidden">
|
|
|
|
link kopieren
|
|
|
|
</button>
|
2021-09-09 20:18:42 +00:00
|
|
|
<a class="button" href="?dl">als text herunterladen</a>
|
2020-07-08 19:26:46 +00:00
|
|
|
</main>
|
2021-09-09 20:57:13 +00:00
|
|
|
<footer>
|
|
|
|
<a
|
|
|
|
class="repo"
|
2022-05-09 21:04:13 +00:00
|
|
|
href="https://git.ctdo.de/neri/datatrash"
|
2021-09-09 20:57:13 +00:00
|
|
|
target="_blank"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
repo
|
|
|
|
</a>
|
|
|
|
</footer>
|
2022-05-09 09:20:17 +00:00
|
|
|
<script src="/static/copy.js"></script>
|
2020-07-08 19:26:46 +00:00
|
|
|
</body>
|
|
|
|
</html>
|