Files
open-ww3-project-ww3-tw/src/views/error/404.html
2025-08-19 13:12:25 +08:00

19 lines
473 B
HTML
Executable File

<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<title>404 Not Found</title>
</head>
<body>
<h1 style="font-size: 250%;">到达世界尽头,这里什么都没有哦</h1>
<a style="font-size: 150%;" href="/">返回主页</a>
</body>
</html>
<style>
body{
background-image: url(https://open-ww3-project.ww3.tw/static/error/cirno-image.jpg);
background-repeat:no-repeat;
background-size: cover;
}
</style>