Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/gitweb/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/mercurial/templates/gitweb/header.tmpl')
-rw-r--r--websdk/mercurial/templates/gitweb/header.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/websdk/mercurial/templates/gitweb/header.tmpl b/websdk/mercurial/templates/gitweb/header.tmpl
new file mode 100644
index 0000000..8074dde
--- /dev/null
+++ b/websdk/mercurial/templates/gitweb/header.tmpl
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="{encoding}"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
+<head>
+<link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
+<meta name="robots" content="index, nofollow"/>
+<link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" />
+<script type="text/javascript" src="{staticurl}mercurial.js"></script>