16 lines
342 B
HTML
16 lines
342 B
HTML
{% 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 %}
|
|
|