发布于7月14日7月14日 简洁明了的 HTML 模板 - 网站正在建设中。创建一个index.html文件并粘贴以下代码,或下载该文件并将其放在主目录中。<html lang="pl-PL"> <head> <meta name="viewport" content="width=device-width"> <title>Strona w trakcie budowy</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Language" content="pl-PL"> <meta name="robots" content="noindex, nofollow"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> <style type="text/css"> html { font-size: 100%; } body { background-color: #F1F1F1; font-size: 0.8em; margin: 0; font-family:Arial; padding: 3% 0 0 0; } div.wrapper { margin: 0 auto; padding: 0; max-width: 736px; text-align: center; } div.wrapper h1{font-size: 3.7em; font-weight:400;} div.wrapper p{font-size: 16px; line-height: 10px;} img { max-width:100%; width:auto;} </style> </head> <body> <div class="wrapper"> <h1>Strona w trakcie <span style="color: #ff9932; font-weight:bold;">budowy</span></h1> <p> Przepraszamy, aktualnie trwają prace porządkowe. Prosimy spróbować za kilka godzin. </p> <img alt="Under Construction" src="https://i.imgur.com/yq8Bu2f.png"> </div> </body> </html>
参与讨论
你可以现在发布并稍后注册. 如果你有帐户,现在就登录发布帖子.