<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>4xx</title>

<style>
body {
    margin: 0;
    padding: 20px;
    background: #0d1117;
    color: #c9d1d9;
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.card {
    width: 100%;
    max-width: 720px;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 16px;
    padding: 28px;
    box-sizing: border-box;
}

pre {
    color: #f778ba;
    margin: 0 0 24px 0;
    font-size: 14px;
    overflow-x: auto;
}

.line {
    padding: 8px 0;
    color: #c9d1d9;
    word-break: break-word;
}

.green {
    color: #3fb950;
}

.blue {
    color: #58a6ff;
}

.gray {
    color: #8b949e;
}

@media (max-width: 600px) {
    .card {
        padding: 18px;
    }

    pre {
        font-size: 11px;
    }
}
</style>
</head>

<body>

<div class="card">

<pre>
 /\_/\\\\
( o.o )
 > ^ <
</pre>

<div class="line">sora (19)</div>
<div class="line"><span class="green">2026-06-02 11:01:44 JST</span></div>
<div class="line">mail: <span class="blue">no-reply@6days9weeks.wtf</span></div>
<div class="line">loc: tokyo</div>
<div class="line">your ip: <span class="green">216.73.217.22</span></div>
<div class="line">visits: 10377</div>
</div>

</body>
</html>

