comparison templates/header.tmpl @ 4084:51e52db6b40d

hgweb: allow static files to be served directly by the HTTP server
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 15 Feb 2007 08:51:32 -0200
parents 713e35dcc321
children
comparison
equal deleted inserted replaced
4083:33c369afec94 4084:51e52db6b40d
1 Content-type: text/html; charset={encoding} 1 Content-type: text/html; charset={encoding}
2 2
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html> 4 <html>
5 <head> 5 <head>
6 <link rel="icon" href="#url#static/hgicon.png" type="image/png"> 6 <link rel="icon" href="#staticurl#hgicon.png" type="image/png">
7 <meta name="robots" content="index, nofollow" /> 7 <meta name="robots" content="index, nofollow" />
8 <link rel="stylesheet" href="#url#static/style.css" type="text/css" /> 8 <link rel="stylesheet" href="#staticurl#style.css" type="text/css" />