1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<meta charset="utf-8">
<style type="text/css">
@import "chrome://wot/skin/include/loading.css";
</style>
<title>WOT: загрузка сайта...</title>
</head>
<body>
<div id="loading">
<div id="images">
<div id="image-0" class="image"> </div>
<div id="image-1" class="image"> </div>
<div id="image-2" class="image"> </div>
<div id="image-3" class="image"> </div>
<div id="image-4" class="image"> </div>
</div>
<div id="text">Загрузка сайта</div>
</div>
</body>
</html>
|