mewizard-blog / not_found.html
not_found.html
Raw
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>not found</title>
    <link rel="stylesheet" href="https://mewizard.nekoweb.org/main.css?nocache=1751474036">
    <link rel="stylesheet" href="https://mewizard.nekoweb.org/not_found.css">
    <link rel="icon" type="image/x-icon" href="https://mewizard.nekoweb.org/assets/icons/favicon.ico">
</head>
<body>
    <header>
      <a href="https://mewizard.nekoweb.org/home.html" class="title"><img src="https://mewizard.nekoweb.org/assets/title.png" alt="mewizard"></a>
    </header>

    <div class="navless-content">
        <div class="section">
            <img src="https://mewizard.nekoweb.org/assets/photos/isopod.gif" class="isopod">
            <div class="message">
                <h2>this page was eaten by an isopod :(</h2>
                <a href="https://mewizard.nekoweb.org/home.html" style="font-size: larger;">Back to home</a> 
            </div>

        </div>
    </div>
</body>
</html>