Mercurial > hg
comparison templates/gitweb/header.tmpl @ 3234:9d13e21f4e3c
Move gitweb theme into subdirectory
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 02 Oct 2006 17:30:45 -0700 |
parents | templates/header-gitweb.tmpl@2e77f7852e82 |
children | 36fa5db79dd5 |
comparison
equal
deleted
inserted
replaced
3233:2f35961854fb | 3234:9d13e21f4e3c |
---|---|
1 Content-type: text/html | |
2 | |
3 <?xml version="1.0" encoding="utf-8"?> | |
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> | |
6 <head> | |
7 <link rel="icon" href="?static=hgicon.png" type="image/png"> | |
8 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> | |
9 <meta name="robots" content="index, nofollow"/> | |
10 <link rel="stylesheet" href="?static=style-gitweb.css" type="text/css" /> | |
11 |