datatrash/template/upload.html

30 lines
742 B
HTML
Raw Normal View History

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" />
<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-12-20 00:06:28 +00:00
<p>link: <a id="link" href="{link}">{link}</a></p>
<button id="copy" data-copy="#link" class="main button hidden">
link kopieren
</button>
2020-07-08 19:26:46 +00:00
</main>
<footer>
<a
class="repo"
href="https://repos.ctdo.de/neri/datatrash"
target="_blank"
rel="noopener noreferrer"
>
repo
</a>
</footer>
<script src="/static/copy.js"></script>
2020-07-08 19:26:46 +00:00
</body>
</html>