<html>
    <head>
        <meta charset="UTF-8">
        <title>404 Not Found</title>
        <style> 
            body { 
                background-color: #ffffff; 
                display: flex; 
                align-items: center; 
                justify-content: center; 
                height: 100vh; 
                margin: 0; 
            }
            .smiley {
                font-size: 80px; 
                text-align: center; 
                margin-top: 20px; 
                font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; 
                color: #333;
            }
        </style>
    </head>
    <body>
        <div class="smiley">ツ</div>
    </body>
    </html>