DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Under Construction Xhtml Strict
// Just a sample 'Under Construction' xhtml
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Фотограф Кирилл СамурÑкий - Ñайт в разработке</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="icon" href="favicon.ico" type="image/x-con" />
<style type="text/css" media="screen">
#main{margin:30px auto;width:700px;font:1em Trebuchet MS;}
h1{background:url(img/uc.gif) center bottom no-repeat;width:200px;float:left;height:200px;text-indent:-99999px;}
#info{width:500px;margin:0 0 0 230px;_margin-top:-200px;}
h2{border-bottom:3px solid #000;padding:0 0 10px 0;}
#info p{text-align:justify;}
</style>
</head>
<body>
<div id="main">
<h1>Сайт находитÑÑ Ð½Ð° Ñтадии разработки!</h1>
<div id="info">
<h2>Фотограф Кирилл СамурÑкий</h2>
<h3>Кое-что о Ñебе:</h3>
<p>Ð’Ñе биографичеÑко-профеÑÑиональные данные уже порÑдком надоели. Ðапишу лишь, имею за плечами более 70 публикаций в разных журналах: National Geographic РоÑÑиÑ, National Geographic Traveler РоÑÑиÑ, GEO, Вокруг Света, Esquire, In Style, MAXIM, Мезонин, Ðфиша-МИР, ВОЯЖ, ВоÑж и Отдых и других
</p>
<h3>Контакты:</h3>
<p>
<strong>ICQ:</strong> 272012644<br />
<strong>Email:</strong> <a href="mailto:samurskiy@narod.ru">samurskiy@narod.ru</a><br />
<br />
<strong>Разработчик:</strong> МакÑим Коринец (<a href="http://yentsun.com/">http://yentsun.com</a>)<br />
</p>
</div>
</div>
</body>
</html>





