🏡 index : old_projects/url_shortener.git

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/style.css">
<title>7800.io: URL Shortener</title> 
</head>
<body>
    <h1>URL Shortener</h1>
    <main>
        <div id="ui">
            <p>Your entry was not found.</p>
            <div class="url">
                <span class="domain">{domain}</span>/{shortened}
            </div>
        </div>
    </main>
</body>
</html>