<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="description" content="Personal blog">
        <title> 404- Page not found</title>
        <link rel="icon" type="image/x-icon" href="/static/imgs/favicon.ico">
    </head>
    <!-- font-size: 20px -->
    <body background="/static/imgs/stav.jpg" style="color: aqua; background-repeat: no-repeat;background-size:cover;background-position:top; background-color: black;" >

        <header >
           
           <nav >
            <a href="index.html" style="font-size: 25px">Go Back</a >
           </nav>
        </header>

        <main style="align-items: center; align-content: center;display: flex; text-align: center; justify-content: center;">

            
            <article >
                <h1 style="text-align: center;font-size: 50px;">404 Page not found</h1>

                <!-- <video src="/static/files/404.mp4" autoplay="autoplay" controls width="700"  loop></video>
            -->
            </article>

            
        </main>
        
        <footer>

        </footer>
    </body>

<!-- Comment -->
</html>
