diff options
Diffstat (limited to 'src/main/resources/static/error.html')
| -rw-r--r-- | src/main/resources/static/error.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/static/error.html b/src/main/resources/static/error.html new file mode 100644 index 0000000..bdd02dd --- /dev/null +++ b/src/main/resources/static/error.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> + <link rel="shortcut icon" href="/assets/img/file-favicon.png"/> + <title>错误</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file |
