<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />

    <title>shorten - char.lt</title>

    <link rel="stylesheet" href="/css/layout.css" />
    <link rel="stylesheet" href="/css/styles.css" />

    <link rel="stylesheet" href="/inter/inter.css" />
  </head>

  <body>
    <div class="page-wrapper">
      <main>
        <h1>redirects</h1>
        <p>this is where you can manage the redirects for the site.</p>

        <table>
          <thead>
            <tr>
              <th>path</th>
              <th>url</th>
              <th>code</th>
            </tr>
          </thead>

          <tbody>
            <tr>
              <td colspan="3">
                You are not authorised to fetch the list of redirects.
              </td>
            </tr>
          </tbody>
        </table>
      </main>
    </div>

    <script type="module" src="/js/shorten.js"></script>
  </body>
</html>