file_table_reader/index.html

14 lines
366 B
HTML
Raw Permalink Normal View History

2025-10-30 04:28:14 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-11-04 15:23:18 +00:00
<title>Upload Automation</title>
2025-10-30 04:28:14 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>