/
mialdr
/
python_advanced
Обзор
Документация
Войти
/
mialdr
/
python_advanced
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
module_23_cgi_server/materials/static_files_serving/index.html
73 строки
2 KB
Mikhail
added files
03 мар 2024, 10:02
03 мар 2024, 10:02
99f6bc9
Код
Авторство
О чём код?
<!-- Author: WebThemez Author URL: http://webthemez.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ Note: Please use our back link in your site (webthemez.com) --> <!DOCTYPE HTML> <!--[if lt IE 7 ]> <html lang="en" class="ie ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="ie ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Orange Coming Soon HTML Responsive Template</title> <meta name="description" content="Trendset Page under construction"> <link data-n-head="ssr" rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold"> <link rel="stylesheet" type="text/css" href="/static/css/styles.css"> </head> <body id="home"> <div id="Header"> <div class="wrapper"> <h1>New year countdown!</h1> </div> </div> <div id="Content" class="wrapper"> <div class="countdown styled"></div> <h2 class="intro">We're working hard to improve our website and we'll back on soon. Stay tuned for something amazing!. <br/>Subscribe to be notified.</h2> <div id="subscribe"> <form action="" method="post" onsubmit=""> <p><input name="" value="Enter your e-mail" type="text" id=""/> <input type="button" value="Submit" disabled="disabled"/></p> </form> <div id="socialIcons"> <ul> <li><a href="" title="Twitter" class="twitterIcon"></a></li> <li><a href="" title="facebook" class="facebookIcon"></a></li> <li><a href="" title="linkedIn" class="linkedInIcon"></a></li> <li><a href="" title="Pintrest" class="pintrestIcon"></a></li> </ul> </div> </div> <span class="tempBy">Template by: <a href="http://webthemez.com" alt="webthemez">WebThemez.com</a></span> </div> <div id="overlay"></div> <!--Scripts--> <script type="text/javascript" src="/static/js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="/static/js/backstretch.js"></script> <script type="text/javascript" src="/static/js/jquery.countdown.js"></script> <script type="text/javascript" src="/static/js/global.js"></script> <script type="text/javascript"> $(function() { $('.countdown').countdown({ date: "June 7, 2087 15:03:26" }); }); </script> </body> </html>