[cvs] / lkrtweb / templates / base.html  

cvs: lkrtweb/templates/base.html

File: [cvs] / lkrtweb / templates / base.html (download) (as text)
Revision: 1.2, Sun Apr 8 00:15:35 2007 UTC (6 years, 1 month ago) by tobias
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
second draft

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <link rel="stylesheet" href="http://media.lkrt.org/style/style.css" />
    <title>{% block title %}lkrt.org: Linux Kernel Regression Tester{% endblock %}</title>
</head>

<body>
    <div id="content">
        {% block content %}{% endblock %}
    </div>
</body>
</html>

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help