forked from DevOps/deploy.stack
21 lines
405 B
HTML
21 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>网站建设中</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
text-align: center;
|
|
padding-top: 100px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
h1 {
|
|
color: #333;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>网站正在建设中</h1>
|
|
<p>请稍后再访问</p>
|
|
</body>
|
|
</html> |