Files
parcer/index.html

21 lines
799 B
HTML
Raw Normal View History

2024-10-24 22:23:41 +05:30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
2025-04-28 13:21:54 +05:30
content="Maxun is an open-source no-code web data extraction platform. Train a robot in 2 minutes to extract data on auto-pilot!"
2024-10-24 22:23:41 +05:30
/>
2024-11-03 21:18:17 +05:30
<link rel="icon" type="image/png" href="src/assets/maxunlogo.png">
2024-10-28 18:07:05 +05:30
<title>Maxun | Open Source No Code Web Data Extraction Platform</title>
2024-10-24 22:23:41 +05:30
</head>
<body>
<script type="module" src="/src/index.tsx"></script>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Vite will automatically inject the necessary scripts here during the build -->
</body>
</html>