<!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" />
    <link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
    <link
      rel="icon"
      type="image/vnd.microsoft.icon"
      href="/static/favicon.ico"
    />
  </head>
  <body>
    <main>
      <h1>
        <a href="/">datatrash<img src="/static/favicon.svg" class="icon" /></a>
      </h1>
      <textarea id="text" rows="20" cols="120" readonly>{text}</textarea>
      <br />
      <a class="main button" href="?dl">herunterladen</a>
      <button id="copy" data-copy="#text" class="button hidden">
        text kopieren
      </button>
      <a class="button" href="?raw">roh anzeigen</a>
    </main>
    <footer>
      {abuse}
      <a
        href="https://git.ctdo.de/neri/datatrash"
        target="_blank"
        rel="noopener noreferrer"
      >
        repo
      </a>
    </footer>
    <script src="/static/copy.js"></script>
  </body>
</html>