feat: complete local version to overwrite remote

This commit is contained in:
DelLevin-Home
2026-06-16 03:30:57 +08:00
parent 1735c19f48
commit 3c78293f4d
129 changed files with 22814 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>白荼 - BAITU</title>
<!-- 引入 Google Fonts -->
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Noto Serif SC', serif;
background-color: #f5f5f5;
color: #333;
}
p {
font-size: 2rem;
font-weight: 400;
text-align: center;
line-height: 1.5;
letter-spacing: 1px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<p>恭喜你,来到了一片荒芜之地</p>
</body>
</html>