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
A Simple Html Template For A Moved Site (DTD XHTML 1.0 Strict) With Russian Text
<!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" xml:lang="ru" lang="ru">
<head>
<title>Сайт tclogic.ru переехал! (301 Site moved)</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
body {width:40%;margin:3em auto;}
img {float:left;margin-top:-1em;}
h1 {margin:4em 0 0 8em;font-size:120%;font-weight:normal;}
a {color:green;}
</style>
</head>
<body>
<div id="header">
<img src="http://mkorinets.googlepages.com/truck.gif" alt="Грузовик, перевозÑщий Ñайт" />
<h1>Сайт <strong>tclogic.ru</strong> переехал на новый адреÑ: <a href="http://etrans.ru/">http://etrans.ru/</a></h1>
</div>
</body>
</html>





