##// END OF EJS Templates
test-encoding: copy a bundle from TESTDIR rather than constructing one
test-encoding: copy a bundle from TESTDIR rather than constructing one

File last commit:

r3265:d1aa83f1 default
r3780:d0a48313 default
Show More
header.tmpl
8 lines | 288 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 Content-type: text/html
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
mpm@selenic.com
Prettify the web interface...
r142 <html>
<head>
Brendan Cully
Update templates to use NewWebInterface
r3265 <link rel="icon" href="#url#static/hgicon.png" type="image/png">
Matt Mackall
[hgweb] Prevent search engine bots from indexing the entire repository
r1628 <meta name="robots" content="index, nofollow" />
Brendan Cully
Update templates to use NewWebInterface
r3265 <link rel="stylesheet" href="#url#static/style.css" type="text/css" />