2025年2月6日00:00:58
This commit is contained in:
4
index/robots.txt
Normal file
4
index/robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-agent: Baiduspider
|
||||
Disallow: /
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
35
index/videos/index.html
Normal file
35
index/videos/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<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>此网站还未搭建完成!</h3>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user