comparison templates/header.tmpl @ 1628:88ad18c16ae5

[hgweb] Prevent search engine bots from indexing the entire repository
author Matt Mackall <mpm@selenic.com>
date Mon, 23 Jan 2006 16:36:44 +1300
parents 8fe4116b3253
children b08b87cecc37
comparison
equal deleted inserted replaced
1627:11cd38286fdb 1628:88ad18c16ae5
1 Content-type: text/html 1 Content-type: text/html
2 2
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html> 4 <html>
5 <head> 5 <head>
6 <meta name="robots" content="index, nofollow" />
6 <style type="text/css"> 7 <style type="text/css">
7 <!-- 8 <!--
8 a { text-decoration:none; } 9 a { text-decoration:none; }
9 .parity0 { background-color: #dddddd; } 10 .parity0 { background-color: #dddddd; }
10 .parity1 { background-color: #eeeeee; } 11 .parity1 { background-color: #eeeeee; }