From 187c22f68fb2aa56ddc1107ded68175e23424cb5 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 21 Jun 2025 14:27:42 +0200 Subject: [PATCH] Add templates/stats.html --- templates/stats.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/stats.html diff --git a/templates/stats.html b/templates/stats.html new file mode 100644 index 0000000..03c54e9 --- /dev/null +++ b/templates/stats.html @@ -0,0 +1,37 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | Akvorado{% endblock %} + +{% block content %} + + +
+
+
+
Top source AS
+ +
+
+
+
Top source ports
+ +
+
+
+
Top protocols
+ +
+
+
+
Top source countries
+ +
+
+
+
IPv4/IPv6
+ +
+
+
+
+{% endblock %} \ No newline at end of file