mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 14:04:21 +01:00
feat: add 404 page
This commit is contained in:
15
public/404.html
Normal file
15
public/404.html
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!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>お探しのページは見つかりませんでした</h1>
|
||||||
|
<p>
|
||||||
|
<a href="/rabbit/">トップに戻る</a>
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
Reference in New Issue
Block a user