21 lines
694 B
HTML
21 lines
694 B
HTML
<!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" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1><a href="/">datatrash</a></h1>
|
|
<a class="large-link copy-content" href="{link_attribute}">{link_content}</a>
|
|
<br />
|
|
<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>
|
|
</main>
|
|
<script src="/static/copy.js" lang="javascript"></script>
|
|
</body>
|
|
</html>
|