From 40e0cfc28f512ba92099b27cc2b88e41d1879683 Mon Sep 17 00:00:00 2001 From: Medvedev Stanislav Date: Mon, 10 Jun 2024 22:00:38 +0300 Subject: =?UTF-8?q?=D0=9F=D1=80=D0=B8=D1=86=D0=B5=D0=BF=D0=B8=D0=BB=20.git?= =?UTF-8?q?=20=D0=BA=20http=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 116 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 101 insertions(+), 15 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index a2e6d0b..6d05087 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,17 +1,103 @@ - - - - - Document - - - Привет - {% if 'city' in client_geo %} -

{{client_geo['country']}}

-

{{client_geo['city']}}

-

{{client_geo['query']}}

- {% endif %} - - \ No newline at end of file + + + + + + + + + + + + + Document + + +
+
+ yetsam.ru +
+ +
+
+
+

Привет, меня зовут Стас

+

Я вычислил тебя по ip: {{client_geo['query']}}

+ + {% if 'city' in client_geo %} +

{{client_geo['country']}}

+

{{client_geo['city']}}

+ {% endif %} +
+ +
+
+
Slide 1
+
Slide 2
+
Slide 3
+
+ +
+
+
+
+ + + + + -- cgit v1.2.3