🏡 index : old_projects/url_shortener.git

<!DOCTYPE html>
<html>
<head>
    <title>Paste</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="static/style.css" />
</head>
<body>
    <h1>Paste</h1>
    <p>Your paste is accessible at {{domain}}/{{shortened}}</p>
</body>
</html>