2021-12-20 00:06:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de-DE">
|
|
|
|
<head>
|
|
|
|
<title>datatrash</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link href="/static/index.css" rel="stylesheet" />
|
2023-07-10 20:33:17 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/vnd.microsoft.icon"
|
|
|
|
href="/static/favicon.ico"
|
|
|
|
/>
|
2021-12-20 00:06:28 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
2023-07-10 20:33:17 +00:00
|
|
|
<h1>
|
|
|
|
<a href="/">datatrash<img src="/static/favicon.svg" class="icon" /></a>
|
|
|
|
</h1>
|
2021-12-20 00:06:28 +00:00
|
|
|
<p>link: <a id="link" href="{link}">{link}</a></p>
|
|
|
|
<p>shortlink: <a id="shortlink" href="{shortlink}">{shortlink}</a></p>
|
|
|
|
<button id="copy" data-copy="#link" class="main button hidden">
|
|
|
|
link kopieren
|
|
|
|
</button>
|
|
|
|
<button id="copy-short" data-copy="#shortlink" class="button hidden">
|
|
|
|
shortlink kopieren
|
|
|
|
</button>
|
|
|
|
</main>
|
|
|
|
<footer>
|
2023-02-10 23:16:51 +00:00
|
|
|
{abuse}
|
2021-12-20 00:06:28 +00:00
|
|
|
<a
|
2022-05-09 21:04:13 +00:00
|
|
|
href="https://git.ctdo.de/neri/datatrash"
|
2021-12-20 00:06:28 +00:00
|
|
|
target="_blank"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
repo
|
|
|
|
</a>
|
|
|
|
</footer>
|
2022-05-09 09:20:17 +00:00
|
|
|
<script src="/static/copy.js"></script>
|
2021-12-20 00:06:28 +00:00
|
|
|
</body>
|
|
|
|
</html>
|