Created
October 29, 2013 15:12
-
-
Save HungYuHei/7216506 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /> | |
<title>网站维护中...</title> | |
<style type="text/css"> | |
div.outer { | |
position: absolute; | |
left: 50%; | |
top: 33%; | |
width: 500px; | |
height: 300px; | |
margin-left: -260px; | |
margin-top: -150px; | |
} | |
.DialogBody { | |
margin: 0; | |
padding: 10px; | |
text-align: left; | |
border: 1px solid #ccc; | |
border-right: 1px solid #999; | |
border-bottom: 1px solid #999; | |
background-color: #fff; | |
} | |
body { background-color: #fff; } | |
</style> | |
</head> | |
<body> | |
<div class="outer"> | |
<div class="DialogBody" style="text-align: center;"> | |
<div style="text-align: center; width: 300px; margin: 0 auto;"> | |
<p style="color: red; font-size: 16px; line-height: 20px;"> | |
网站维护中... | |
</p> | |
<p style="color: #666;"> | |
请过几分钟后再访问... | |
</p> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment