blob: 491329c5d6c0e4f0f76b4af13c5b20e9f2b75b49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="[% lang_code %]">
<head>
[% INCLUDE 'common_header_tags.html' %]
<style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style>
<!--[if LT IE 7]>
<style type="text/css">@import url("/css/ie6.css");</style>
<![endif]-->
</head>
<body>
<div id="header">
<a href="/">[% loc('Fix<span id="my">My</span>Street') %]</a>
</div>
<div id="wrapper"><div id="mysociety">
[% INCLUDE 'debug_header.html' %]
|