From 0f7eda57b04b588170f7a93c09becc9442ce067d Mon Sep 17 00:00:00 2001 From: kanishkadubey16 Date: Tue, 29 Oct 2024 01:43:10 +0530 Subject: [PATCH 1/2] Update stats.html --- templates/stats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/stats.html b/templates/stats.html index e702129..4b4ad4b 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -1,9 +1,9 @@ {%extends 'base.html' %} {%block content %}
-

Hello, {{ userID }}

+

Hello, {{ userID }}

From c4878d44e2f06770af3ddd94dcf6c60ef767a3d0 Mon Sep 17 00:00:00 2001 From: kanishkadubey16 Date: Tue, 29 Oct 2024 22:32:36 +0530 Subject: [PATCH 2/2] Update stats.html --- templates/stats.html | 280 ++++++++++++++++++++++--------------------- 1 file changed, 143 insertions(+), 137 deletions(-) diff --git a/templates/stats.html b/templates/stats.html index 4b4ad4b..dc6d10b 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -1,141 +1,147 @@ -{%extends 'base.html' %} {%block content %} -
- -

Hello, {{ userID }}

-
-

{%block title%}Statistics{%endblock%}

-
-
- -
- Generate a new URL + + + + + + URL Shortener + + + + -
-
-
- - - - - - - - - - - {% for url in urls %} - - - - - - - {% endfor %} - -
Original URLShortened URLDate & Time CreatedClicks
{{url['OriginalURL']}} - https://trim.lol/{{url['ShortenedURL']}} - - {{url['Timestamp']}}{{url['Clicks']}}
-
-
-
- - Logout -

- Github. Developed By - AvgBlank - and - AalokeCode -

-
-{%endblock%} {%block script %} - -{%endblock%}