Files
all-personal-resume/个人简历_机械智能制造/maintenance.html

37 lines
991 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>网站维护中</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
.container {
text-align: center;
}
h1 {
font-size: 3em;
margin-bottom: 20px;
}
p {
font-size: 1.2em;
}
</style>
</head>
<body>
<div class="container">
<h1>🔧</h1>
<h1>网站维护中</h1>
<p>我们正在进行系统升级,很快就会回来!</p>
</div>
</body>
</html>