Files
rabbit/public/404.html
2024-01-22 03:06:02 +09:00

15 lines
298 B
HTML

<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rabbit</title>
</head>
<body>
<h1>Page not found</h1>
<p>
<a href="/">Jump into rabbit hole</a>
</p>
</body>
</html>