Files
futile.eu/not_found.html
T
2024-11-05 16:28:25 +00:00

17 lines
334 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>« not found »</title>
</head>
<body>
<div class="box">
<h1 class="main-title">not found</h1>
</div>
</body>
</html>