Files
inventory_check_lark/inventory_check_lark/templates/after.html
2025-05-03 17:16:53 +08:00

16 lines
526 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>盘库助手</title>
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css">
</head>
<body>
<script type="text/javascript" src="{{ url_for('static', filename='js/script.js') }}"></script>
<script>
backtoroot( "{{ msg }}" );
</script>
</body>
</html>