header-gitweb.tmpl
11 lines
| 523 B
| application/x-cheetah
|
CheetahLexer
/ templates / header-gitweb.tmpl
Josef "Jeff" Sipek
|
r1572 | Content-type: text/html | ||
<?xml version="1.0" encoding="utf-8"?> | ||||
<!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> | ||||
Josef "Jeff" Sipek
|
r1790 | <link rel="icon" href="?static=hgicon.png" type="image/png"> | ||
Josef "Jeff" Sipek
|
r1572 | <meta http-equiv="content-type" content="text/html; charset=utf-8"/> | ||
<meta name="robots" content="index, nofollow"/> | ||||
Josef "Jeff" Sipek
|
r1778 | <style type="text/css">/*<![CDATA[*/ @import "?static=style-gitweb.css"; /*]]>*/</style> | ||
Josef "Jeff" Sipek
|
r1572 | |||