vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

skeleton.tpl
text/html

Download raw (1.1 KB)

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Verbindingen/Jonctions 12 {{title}}</title>
<link rel="stylesheet" href="/static/css/vj12.css" type="text/css" media="screen">
<link rel="stylesheet" href="/static/css/vj12+.css" type="text/css" media="screen">
</head>

<style type="text/css" media="screen">
    div#sub-header {
        display: block;
    }
    p + p {
        margin-top: 1em;
    }
</style>

<body>
<div id="page">
<div class="nav">
        <ul>
            <li><a href="/about/">About</a></li>
        </ul>
    </div>
    <div id="header">
        <a href="/">
            <h2>Verbindingen/Jonctions 12</h2>
            <h1>By data we mean</h1>
        </a>
        <h3>Online publication</h3>
    </div>
    <div id="sub-header">
    %include templates/menu
        <div id="content" class="text">
        A remix by Donatella Portoghese between Kaleidoscope by An Mertens and Smatch by Dominique Roodthooft. 
        </div>
        <div class="clear"></div>
    </div>
</div>
%include templates/ascii
</body>
</html>