Subversion Repositories navi

Rev

Rev 177 | Rev 183 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html>
<!--
#    This file is part of Tsim Apiak.
#
#    Tsim Apiak is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public Licence as published by
#    the Free Software Foundation, either version 3 of the Licence, or
#    (at your option) any later version.
#
#    In addition to this, you must also comply with clause 4 of the
#    Apache Licence, version 2.0, concerning attribution. Where there
#    is a contradiction between the two licences, the GPL          
#    takes preference.
#
#    Foobar is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with Tsim Apiak.  If not, see <http://www.gnu.org/licenses/>.
-->
<head>
<title>Tsim Apiak - {% block title %}Title{% end %}</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
<style type="text/css">
body {
        background: #145179;
        color: #FFF6D0;
        font-family: papyrus,"Georgia","Times New Roman",serif;
        padding: 0px;
        border: 0px;
        margin: 0px;
}
h1 {
        text-align: center;
        font-size: 52px;
}
h2 {
        text-align: center;
        font-size: 24px;
}
#center {
        background: #2594DE;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
}
</style>
</head>
<body>
<div id="center">
<h1>Tsim Apiak</h1>
<h2>By szabot and Muzer</h2>
<h2>{% block title %}Title{% end %}</h2>
{% block body %}Body{% end %}
</div>
</body>
</html>