blob: f262a6a4f7550c1c5fc543c60a6e509b55592883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>YaCy '#[clientname]#': Web Structure</title>
#%env/templates/metas.template%#
</head>
<body id="WebStructure">
#%env/templates/header.template%#
#%env/templates/submenuCrawler.template%#
<h2>Web Structure</h2>
<img src="WebStructurePicture_p.png">
#%env/templates/footer.template%#
</body>
</html>
|