feat: change title

This commit is contained in:
karishmas6
2024-10-28 18:07:05 +05:30
parent 5db99f3215
commit 00d71fa144

View File

@@ -8,9 +8,9 @@
name="description" name="description"
content="Web site created using Vite" content="Web site created using Vite"
/> />
<link rel="apple-touch-icon" href="/logo192.png" /> <link rel="apple-touch-icon" href="/img/maxunlogo.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<title>Browser Recorder</title> <title>Maxun | Open Source No Code Web Data Extraction Platform</title>
</head> </head>
<body> <body>
<script type="module" src="/src/index.tsx"></script> <script type="module" src="/src/index.tsx"></script>