Files
python_script/base64-de-in-code/templates/index.html
DelLevin-Home f1b9f6a1d0 222
2026-01-30 22:43:35 +08:00

37 lines
864 B
HTML

<!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>