diff --git a/templates/stats.html b/templates/stats.html index e702129..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%}