Files
o.nmgjg.com.cn/index/index.html

36 lines
716 B
HTML
Raw Normal View History

2025-02-05 12:22:12 +00:00
<!doctype html>
2025-02-06 00:02:28 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2025-02-05 12:22:12 +00:00
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
2025-02-05 20:41:18 +08:00
<title>提醒</title>
2025-02-05 12:22:12 +00:00
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
2025-02-05 20:41:18 +08:00
<h1>网站建设中!</h1>
<h3>此网站还未搭建完成!</h3>
2025-02-05 12:22:12 +00:00
</div>
</body>
</html>