24 lines
601 B
HTML
24 lines
601 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>S.A. Mainpage</title>
|
||
|
|
<style>
|
||
|
|
.blue-bg-white-text {
|
||
|
|
background-color: cyan; /* 蓝底 */
|
||
|
|
color: white; /* 白字 */
|
||
|
|
padding: 50px; /* 文本内填充 */
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="blue-bg-white-text">
|
||
|
|
<img src="https://file.atomgit.com/uploads/user/1754052130447_4842.png" alt="Logo Source:atomgit::user_head">
|
||
|
|
<a href="http://saswe.rth1.xyz/res">资源下载/n</a>
|
||
|
|
Copyright(C) 2025 S.A. All rights received.
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|