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">
|
2025-12-11 17:10:49 +05:30
|
|
|
<title>Maxun • Turn Websites To APIs • Open Source</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>
|