updated to scan module

This commit is contained in:
2025-10-09 01:10:05 +03:00
parent b8e85180c7
commit e257f6be18
7 changed files with 89 additions and 32 deletions

View File

@@ -1,5 +1,8 @@
{% extends "base.html" %}
{% block title %}Scan Module{% endblock %}
{% block head %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/scan.css') }}">
{% endblock %}
{% block content %}
<div class="scan-container">
<!-- Input Form Card -->