<html>
    <head>
        <title>🦨 URL</title>
        <link rel="stylesheet" href="/etc/theme.css">
        <meta name="author" content="lost+skunk">
        <meta charset="UTF-8">
        <meta name="keywords" content="tinyurl, tinyurl.com, short url, сокращалка урл, урл, skunky, curl, курл, курва, skunkyurl, skunkyirl">
        <meta name="description" content="URL shortener.">
    </head>
    <body>
        <header>
            <h1>SkunkyURL v0.1 Alpha</h1>
            <div class="links">
                <a href="https://git.macaw.me/skunky/skunkyurl" target="_blank"><image src="/etc/gitea.svg" title="Source Code"></a>
                <a href="https://go.kde.org/matrix/#/#skurl:skunky.p.projectsegfau.lt" target="_blank"><image src="/etc/matrix.svg" title="Matrix Room"></a>
            </div>
        </header>
        <main>
            <form action="/create" method="POST">
                <p>
                    📋 <input name="url" type="text" placeholder="example.com*" autocomplete="off" spellcheck="false" /> <p>
                    🔗 <input name="alias" type="text" placeholder="Example*" autocomplete="off" spellcheck="false"/> <p>
                    ⏱️ <input name="expires" type="text" placeholder="YYYY-MM-DD (optional)" autocomplete="off" spellcheck="false" /> <p>
                </p>
                <button type="submit">CREATE</button>
            </form>
        </main>
    </body>
</html>