datatrash/template/view.html

22 lines
633 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>
<textarea id="text" rows="20" cols="120" class="copy-content" readonly>
{text}</textarea
>
<br />
<a class="main button" href="?raw">herunterladen</a>
<button id="copy" class="button">text kopieren</button>
</main>
<script src="/static/copy.js" lang="javascript"></script>
</body>
</html>