mainz
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

index.html
text/html

Download raw (354 bytes)

{% extends "base.html" %}

{% block body %}

    <header id="interface-header">
        <h2>index</h2>
        <p>wikipedia through a layer of etherstyling</p>
    </header>

    <main id="interface-index">
        {% for p in saved_requests %}
            <iframe src="/{{p}}" frameborder="0"></iframe>
        {% endfor %}
    </main>

{% endblock %}