Automated backup - 20250719_000001

This commit is contained in:
Will Song
2025-07-19 00:00:01 -05:00
parent e5125b4147
commit aa3783c9cb
50 changed files with 4859 additions and 1718 deletions

38
silly/归墟界面.html Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>归墟 - 【梦星献作】</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&family=Ma+Shan+Zheng&display=swap');
body, html {
margin: 0;
padding: 0;
width: 100%;
}
#startup-page {
min-height: 100vh;
width: 100%;
height: auto;
color: white;
font-family: 'ZCOOL+KuaiLe', 'Ma+Shan+Zheng', serif;
background-size: cover;
background-position: center;
transition: background-image 1s ease-in-out;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
</style>
</head>
<body>
<div id="startup-page">
<h1>归墟 - 【梦星献作】</h1>
<p>这是一个测试页面显示HTML正在正常渲染。</p>
</div>
</body>
</html>