MultiThread/spring-demo/src/main/resources/static/error/404.html

10 lines
133 B
HTML
Raw Normal View History

2025-01-27 12:02:36 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404</title>
</head>
<body>
<h1>404</h1>
</body>
</html>