templates/header.tmpl
author Christian Ebert <blacktrash@gmx.net>
Thu, 07 Aug 2008 09:53:57 +0200
changeset 6867 e64f5abb8a88
parent 6048 cfb4a51da7d5
permissions -rw-r--r--
keyword: add verify to nokwcommands after refactor in e79a8f36c2a5 Add test as well. Thanks to Guy Brand for spotting this.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
154
1d5f799ebe1e fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents: 142
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     2
<html>
529bf610092e Prettify the web interface
mpm@selenic.com
parents:
diff changeset
     3
<head>
6029
5b6190dfb344 Revert e82dd2dd6276
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents: 5977
diff changeset
     4
<link rel="icon" href="#staticurl#hgicon.png" type="image/png">
1628
88ad18c16ae5 [hgweb] Prevent search engine bots from indexing the entire repository
Matt Mackall <mpm@selenic.com>
parents: 1425
diff changeset
     5
<meta name="robots" content="index, nofollow" />
4084
51e52db6b40d hgweb: allow static files to be served directly by the HTTP server
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents: 3781
diff changeset
     6
<link rel="stylesheet" href="#staticurl#style.css" type="text/css" />