Posted 22 апреля, 20231 yr comment_192635 Simple and clear HTML template - Website under construction. Create an index.html file and paste the code below or download the file and put it in the main directory. HTML code <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> Download the HTML file Click on the attachment to download the finished file. The file should be uploaded to the main directory of your website (public_html). index.html Preview: Простой и понятный HTML-шаблон - Сайт в разработке. Создайте файл index.html и вставьте приведенный ниже код или загрузите файл и поместите его в основной каталог. 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> Загрузите HTML-файл Нажмите на вложение, чтобы загрузить готовый файл. Файл необходимо загрузить в основной каталог вашего сайта (public_html). index.html Предварительный просмотр: Credit to SeNioR index.html Link to comment https://ipbmafia.ru/topic/25562-site-under-construction-downloadable-html-template-sajt-v-stadii-stroitelstva-zagruzhaemyj-html-shablon/ Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.