mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-11-15 02:22:45 +01:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
{% extends "ip.txt" %}
|
||
|
|
||
|
{% block title -%}
|
||
|
Your IP-Adress is: {{ data.result.address }}
|
||
|
{%- endblock %}
|