datatrash/template/url-view.html

21 lines
694 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-09-09 20:18:42 +00:00
<a class="large-link copy-content" href="{link_attribute}">{link_content}</a>
<br />
2021-09-09 20:18:42 +00:00
<a class="main button" href="{link_attribute}">link öffnen</a>
<button id="copy" class="button hidden">link kopieren</button>
<a class="button" href="?dl">als text herunterladen</a>
2020-07-08 19:26:46 +00:00
</main>
<script src="/static/copy.js" lang="javascript"></script>
2020-07-08 19:26:46 +00:00
</body>
</html>