lazylandscape
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

base.html
text/html

Download raw (330 bytes)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>LL</title>

{% block head %}
{% endblock %}

</head>
<body>



{% block header %}
<div id="header">

</div>
{% endblock %}



{% block body %}
{% endblock %}

</body>
</html>