Last active
April 11, 2017 17:19
-
-
Save nczz/f306df3af7b1c3fe2dde9e9832c4a022 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> | |
<head> | |
<meta charset="utf-8"> | |
<title>網站建構中! - 敲敲設計</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> | |
</head> | |
<body> | |
<article> | |
<h1>網站維護中,敬請稍候!</h1> | |
<div> | |
<p>抱歉,造成您的不便,為了提供更好的服務我們將進行維護,如有聯絡需求請點此 <a href="mailto:[email protected]">聯絡我們</a></p> | |
<p>— 敲敲設計</p> | |
</div> | |
</article> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment