mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
15 lines
298 B
HTML
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>
|