<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <title>Welcome!</title>
                <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    </head>
    <body>
            <h1>Page not found</h1>

    <p>
        The requested page couldn't be located. Checkout for any URL
        misspelling or <a href="/" title="Go to Homepage">return to the homepage</a>.
    </p>
            </body>
</html>
