You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
342 B

{% extends "base.html" %}
{% block content %}
<h1>Help</h1>
<p>
Welcome to the DarkNet WHOIS interface. This interface will help you to get an overview over all
number resources used inside this network. You can manage your resources, search for others and
request new ones.
</p>
<h2>FAQ</h2>
{% include "help/faq.html" %}
{% endblock %}