Subversion Repositories navi

Rev

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

<html>
<head>
<title>Tsim Apiak - {% block title %}Title{% end %}</title>
<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>{% block title %}Title{% end %}</h2>
{% block body %}Body{% end %}
</div>
</body>
</html>