<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="/static/style.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
    <title>shortnex</title>
</head>

<body>
<div id="main-content" class="main">
    <p class="title">shortnex</p>
    <input placeholder="https://example.org/" id="urlinput"/>
    <button class="button" onclick="shorten()">shorten</button>
</div>
<footer class="footer">
    <p>made by <a class="link" href="https://keybase.io/lordjbs">jbs</a> (C) 2018-2020 | <a class="link" href="https://owo.codes/jbs/shortnex">source</a> licensed under <a class="link" href="https://www.mozilla.org/en-US/MPL/2.0/">MPL-2.0</a></p>
</footer>
<script src="/static/main.js"></script>
</body>

</html>