🏡 index : old_projects/url_shortener.git

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="static/style.css">
<title>7800.io</title> 
</head>
<body>
    <h1>7800.io</h1>
    <main>
        <img src="static/7800.svg" alt="7800.io" id="logo">
        <p id="on_main">7800.io is the future host of services that provide dynamically generated content.</p>
        <small>In the meantime, use this domain as a:</small>
        <div id="indexbuttonrow">
            <a href="/static/url.html" class="button">URL Shortener</a>
            <a href="/static/paste.html" class="button">Pastebin</a>
        </div>
    </main>
</body>
</html>