mercurial/templates/gitweb/header.tmpl
changeset 9999 f91e5630ce7e
parent 5928 3340aa5a64f7
child 14046 b24e5a708fad
equal deleted inserted replaced
9998:4a3c388f8c69 9999:f91e5630ce7e
       
     1 <?xml version="1.0" encoding="{encoding}"?>
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
       
     4 <head>
       
     5 <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
       
     6 <meta name="robots" content="index, nofollow"/>
       
     7 <link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" />
       
     8