header.tmpl
10 lines
| 470 B
| application/x-cheetah
|
CheetahLexer
Matt Mackall
|
r3781 | Content-type: text/html; charset={encoding} | ||
Brendan Cully
|
r3234 | |||
Matt Mackall
|
r3781 | <?xml version="1.0" encoding="{encoding}"?> | ||
Brendan Cully
|
r3234 | <!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> | ||||
Alexis S. L. Carvalho
|
r4084 | <link rel="icon" href="{staticurl}hgicon.png" type="image/png"> | ||
Brendan Cully
|
r3234 | <meta name="robots" content="index, nofollow"/> | ||
Alexis S. L. Carvalho
|
r4084 | <link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" /> | ||
Brendan Cully
|
r3234 | |||