From 1d2fab3115bbf040996ba780bf36cd30deb17c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Wed, 3 Jul 2024 13:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ipChar.html=E3=80=91ip=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E9=A1=B5=E9=9D=A2=E5=88=9D=E6=AD=A5=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/page/templates/ipChar.html | 72 ++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 views/page/templates/ipChar.html diff --git a/views/page/templates/ipChar.html b/views/page/templates/ipChar.html new file mode 100644 index 0000000..3e0d021 --- /dev/null +++ b/views/page/templates/ipChar.html @@ -0,0 +1,72 @@ +{% extends 'base_page.html' %} + +{% block title %} + IP分析 +{% endblock %} + + + +{% block echarts %} + +{% endblock %} \ No newline at end of file