SameerInfinity/AI_DD
0
1<!doctype html>2<html lang="en">3 <head>4 <meta charset="UTF-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />6 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />7 <title>Abyss</title>8 <meta name="description" content="Upload files, ask questions, get structured insights with Abyss." />9 <meta name="author" content="Abyss" />10 <meta property="og:title" content="Abyss" />11 <meta property="og:description" content="Upload files, ask questions, get structured insights." />12 <meta property="og:type" content="website" />13 <meta name="twitter:card" content="summary_large_image" />14 <link rel="preconnect" href="https://fonts.googleapis.com" />15 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />16 <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@400;500&display=swap" rel="stylesheet" />17 <script src="https://accounts.google.com/gsi/client" async defer></script>18 </head>19 <body>20 <div id="root"></div>21 <script type="module" src="/src/main.tsx"></script>22 </body>23</html>