前端新增深色主题模版

This commit is contained in:
xiongxiaoyang
2020-12-26 22:16:58 +08:00
parent 5e3962fef4
commit 45c59ecc37
413 changed files with 43337 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<!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>