mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
17 lines
297 B
Java
17 lines
297 B
Java
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Page Not Found</title>
|
|
<script>
|
|
setTimeout(function () {
|
|
location.href = '/';
|
|
},3000)
|
|
|
|
</script>
|
|
</head>
|
|
<body style="background: url(/images/404.jpeg) no-repeat;" >
|
|
|
|
|
|
</body>
|
|
</html> |