From d1ac94ce949d8af1acfb91c13978f0252c5183a8 Mon Sep 17 00:00:00 2001 From: Wang_Run_Ze Date: Fri, 27 Jun 2025 17:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20layout.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout.html | 76 ----------------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 layout.html diff --git a/layout.html b/layout.html deleted file mode 100644 index 9da3d63..0000000 --- a/layout.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - 视频检测系统 - - - - - - - - -
- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} - - {% endfor %} - {% endif %} - {% endwith %} - - {% block content %}{% endblock %} -
- - - - - - {% block scripts %}{% endblock %} - - \ No newline at end of file