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 %} +
+ {{ title }} also provides a jump service. For accessing hosts through it, + use urls like + http://{{ domain }}{% url jump.views.jumper 'example.i2p' %} +
+