🏑 index : old_projects/url_shortener.git

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/style.css">
<title>7800.io: Pastebin</title> 
</head>
<body>
    <h1>Pastebin</h1>
    <main>
        <div id="ui">
            <p>New paste</p>
            <form action="/" method="post">
                <input type="hidden" name="content_type" value="Pastebin">
                <textarea name="content" placeholder="Paste" class="text"></textarea>
                <input type="submit" value="Paste" class="button">
            </form>
        </div>
    </main>
</body>
</html>