mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 05:53:28 +02:00
Spellchekced the templates
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
{% block h1 %}Your IPv{% if data.result.ip_info.is_v6_address %}6{% else %}4{% endif %}: <code>{{ data.result.address }}</code>{% endblock %}
|
||||
|
||||
{% block description %}
|
||||
Look up Your and others public IP-Adresses. - {{ data.result.address }}
|
||||
Look up Your and others public IP-Addresses. - {{ data.result.address }}
|
||||
{% endblock %}
|
||||
|
||||
{% block og_path %}/{% endblock %}
|
||||
@ -27,7 +27,7 @@
|
||||
<section>
|
||||
<h2>Your User Agent</h2>
|
||||
<p>The program you were using to download this page <a href="https://en.wikipedia.org/wiki/User_agent">identified itself</a> as <code>{{ data.user_agent }}</code></p>
|
||||
<p>While this doesn't have to do anything with your public IP-Adress this might be useful information.</p>
|
||||
<p>While this doesn't have to do anything with your public IP-Address this might be useful information.</p>
|
||||
<p>You can use the <code><a href="{{ extra.base_url}}/ua">/ua</a></code> endpoint to fetch this information with any client.</p>
|
||||
</section>
|
||||
<section>
|
||||
|
Reference in New Issue
Block a user