LoveIsGrief 5e5e0119d2
i2p: django: Add shortcuts to /i2p/... URLs
This should help the user reach pages of the configuration more quickly

freedombox-team/plinth#1428 Request: I2P support

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2019-04-01 17:32:47 -07:00

14 lines
306 B
HTML

{% extends "base.html" %}
{% block page_head %}
<style>
#i2p-frame {
width: 100%;
height: 100%;
min-height: 500px;
}
</style>
{% endblock %}
{% block content %}
<iframe id="i2p-frame" src="{{ path }}" frameborder="0"></iframe>
{% endblock %}