visualculture
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

404.html
text/html

Download raw (315 bytes)

{% extends 'base.html' %}

{% block content %}
<object data="{{ STATIC_URL }}img/OSP_new-frog.svg" style="width:59px;height:67px;" type="image/svg+xml">
    <img alt="A stylised image of a frog." style="width:59px;height:67px;" src="{{ STATIC_URL }}img/OSP_new-frog.png">
</object>

<p>404 Error</p>
{% endblock %}