2025年2月6日00:00:58

This commit is contained in:
2025-02-06 00:01:02 +08:00
Unverified
parent 8a1d438b03
commit 71415cbfad
2 changed files with 39 additions and 0 deletions

4
index/robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: Baiduspider
Disallow: /
User-agent: *
Disallow: /

35
index/videos/index.html Normal file
View 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>