This commit is contained in:
DelLevin-Home
2026-01-30 22:43:35 +08:00
parent bff65b7438
commit f1b9f6a1d0
11 changed files with 2 additions and 2 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>