- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <title>图片相似度匹配</title>
- <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
- </head>
- <body>
- <div class="container">
- {% block content %}{% endblock %}
- </div>
- </body>
- </html>
|