File: loading.html

package info (click to toggle)
wot 20151208-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,684 kB
  • ctags: 828
  • sloc: makefile: 8
file content (24 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (3)
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">&nbsp;</div>
			<div id="image-1" class="image">&nbsp;</div>
			<div id="image-2" class="image">&nbsp;</div>
			<div id="image-3" class="image">&nbsp;</div>
			<div id="image-4" class="image">&nbsp;</div>
		</div>
		<div id="text">Загрузка сайта</div>
	</div>
</body>
</html>