diff --git a/web/templates/index.html b/web/templates/index.html new file mode 100644 index 0000000..fd6e3e3 --- /dev/null +++ b/web/templates/index.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} + +{% block content %} +

About

+

Addressbook service

+ To start getting new hostnames from {{ title }}, add this + subscription link into router's addressbook. +

Jump service

+ {{ title }} also provides a jump service. For accessing hosts through it, + use urls like + http://{{ domain }}{% url jump.views.jumper 'example.i2p' %} +

+

Adding hosts

+
Here +{% endblock %}