防止冲突,备份
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
databases/*
|
databases/*
|
||||||
src/*
|
|
||||||
public/message/static/src/video/*
|
public/message/static/src/video/*
|
||||||
public/blog/md/post/*
|
public/blog/md/post/*
|
||||||
public/blog/md/image/*
|
public/blog/md/image/*
|
||||||
|
|||||||
19
src/views/error/404.html
Executable file
19
src/views/error/404.html
Executable file
@@ -0,0 +1,19 @@
|
|||||||
|
<!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>
|
||||||
1
src/views/posts.php
Executable file
1
src/views/posts.php
Executable file
@@ -0,0 +1 @@
|
|||||||
|
edgvo,paogbp,eo,bg,o[]
|
||||||
Reference in New Issue
Block a user