Mercurial > hg
annotate mercurial/templates/spartan/header.tmpl @ 44777:ee0790b67c45 stable
Added signature for changeset cf3e07d7648a
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 01 May 2020 21:47:39 +0530 |
parents | b1d65cb8c759 |
children |
rev | line source |
---|---|
20255
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
18526
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
7338
fecfe4392e94
hgweb: move old style to spartan/
Matt Mackall <mpm@selenic.com>
parents:
diff
changeset
|
2 <html> |
fecfe4392e94
hgweb: move old style to spartan/
Matt Mackall <mpm@selenic.com>
parents:
diff
changeset
|
3 <head> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14046
diff
changeset
|
4 <link rel="icon" href="{staticurl|urlescape}hgicon.png" type="image/png"> |
7338
fecfe4392e94
hgweb: move old style to spartan/
Matt Mackall <mpm@selenic.com>
parents:
diff
changeset
|
5 <meta name="robots" content="index, nofollow" /> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14046
diff
changeset
|
6 <link rel="stylesheet" href="{staticurl|urlescape}style.css" type="text/css" /> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
14046
diff
changeset
|
7 <script type="text/javascript" src="{staticurl|urlescape}mercurial.js"></script> |