From f8c85565396ee7d027fd3096c598e200037b3733 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 24 Mar 2024 00:11:00 +0100 Subject: dedicated /chart page --- src/templates/index.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html index 8b2d0c0..698ca6b 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,17 +1,6 @@ - - - - - - SSH login attempts - - - - - - - +{% extends 'base.html' %} +{% block content %}

SSH bots login attempts

@@ -55,5 +44,4 @@ as your next password

- - \ No newline at end of file +{% endblock %} \ No newline at end of file -- cgit v1.2.3