hgbook
diff html/index.en.html @ 251:2e73abddad21
Avoid converting UTF8-encoded angle brackets into ASCII (per Johannes Hoff).
Finally write up what fixhtml.py is actually doing.
Finally write up what fixhtml.py is actually doing.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed May 30 21:50:21 2007 -0700 (2007-05-30) |
parents | e49f4451d0e3 |
children | b049cb10bde3 |
line diff
1.1 --- a/html/index.en.html Wed Mar 21 23:27:34 2007 -0700 1.2 +++ b/html/index.en.html Wed May 30 21:50:21 2007 -0700 1.3 @@ -3,6 +3,8 @@ 1.4 <html lang="en"> 1.5 <head> 1.6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.7 + <link rel="icon" href="/hgicon.png" type="image/png"> 1.8 + <meta name="robots" content="index,follow"> 1.9 <title>Distributed revision control with Mercurial</title> 1.10 </head> 1.11