source: trunk/root/templates/includes/header.tt @ 5

Last change on this file since 5 was 3, checked in by nanardon, 15 years ago
  • starting the monster
File size: 421 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<title>[% page.title %]</title>
5<link rel="stylesheet" href="[% c.uri_for('/static', 'sophie.css') %]" type="text/css">
6<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7<link rel="icon" href="[%- c.uri_for('/static', 'images', 'favicon.ico') -%]" type="image/x-icon">
8
9</head>
10<body>
11
Note: See TracBrowser for help on using the repository browser.