git.sophuwu.com > urlshort   
              14
            
             <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>URL Shortner</title>
</head>
<body>
    <h1>URL Shortner</h1>
    <form action="/" method="post">
        <input type="text" name="url" placeholder="Enter a URL here" autocomplete="off">
        <input type="submit" value="Shorten">
    </form>
</body>
</html>