author | Matt Mackall <mpm@selenic.com> |
Fri, 15 Aug 2014 10:47:03 -0500 | |
changeset 22183 | 4dd9f606d0a6 |
parent 20255 | b1d65cb8c759 |
permissions | -rw-r--r-- |
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> |