oglimmer/linky

View on GitHub
static-resources/portal.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="modern bookmark management - fully searchable, tags with
      hierarchy, build-in RSS support, auto validation over time, due dates, html snapshots">
    <link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico" />
    <title>Linky</title>
  </head>
  <body>
    <img src="/static/preview.jpg" />
    <p>
      A modern bookmark management system - fully searchable, tags with hierarchy, build-in RSS support, auto validation over time, due dates, html snapshots.
    </p>
    <script type="text/javascript">
      window.location.href = '/';
    </script>
  </body>
</html>