mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-05 03:14:14 +00:00
web/templates/index.html: template for site-index
This commit is contained in:
parent
a2901385d9
commit
47ca562e32
15
web/templates/index.html
Normal file
15
web/templates/index.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<h2>About</h2>
|
||||||
|
<h2>Addressbook service</h2>
|
||||||
|
To start getting new hostnames from {{ title }}, add this
|
||||||
|
<a href=/export/hosts.txt>subscription link</a> into router's addressbook.
|
||||||
|
<h2>Jump service</h2><p>
|
||||||
|
{{ title }} also provides a jump service. For accessing hosts through it,
|
||||||
|
use urls like <a href={% url jump.views.jumper 'example.i2p' %}>
|
||||||
|
http://{{ domain }}{% url jump.views.jumper 'example.i2p' %}<a/>
|
||||||
|
</p>
|
||||||
|
<h2>Adding hosts</h2>
|
||||||
|
<a href={% url postkey.views.addkey %}>Here</a>
|
||||||
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user