Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
loveisland
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘小敏
loveisland
Commits
a277a9d5
Commit
a277a9d5
authored
May 11, 2026
by
刘小敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交404文件
parent
62c641d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
0 deletions
+50
-0
.htaccess
.htaccess
+2
-0
404.html
404.html
+8
-0
index.html
index.html
+40
-0
No files found.
.htaccess
0 → 100644
View file @
a277a9d5
\ No newline at end of file
404.html
0 → 100644
View file @
a277a9d5
<html>
<head><title>
404 Not Found
</title></head>
<body>
<center><h1>
404 Not Found
</h1></center>
<hr><center>
nginx
</center>
</body>
</html>
\ No newline at end of file
index.html
0 → 100644
View file @
a277a9d5
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
恭喜,站点创建成功!
</title>
<style>
.container
{
width
:
60%
;
margin
:
10%
auto
0
;
background-color
:
#f0f0f0
;
padding
:
2%
5%
;
border-radius
:
10px
}
ul
{
padding-left
:
20px
;
}
ul
li
{
line-height
:
2.3
}
a
{
color
:
#20a53a
}
</style>
</head>
<body>
<div
class=
"container"
>
<h1>
恭喜, 站点创建成功!
</h1>
<h3>
这是默认index.html,本页面由系统自动生成
</h3>
<ul>
<li>
本页面在FTP根目录下的index.html
</li>
<li>
您可以修改、删除或覆盖本页面
</li>
<li>
FTP相关信息,请到“面板系统后台 > FTP” 查看
</li>
</ul>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment