Spaces:
Sleeping
Sleeping
| <html lang="it"> | |
| <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" /> | |
| <title>SYNAPSE OS — The Ultimate Student Interface</title> | |
| <meta name="description" | |
| content="L'interfaccia neurale definitiva per lo studio. Synapse OS trasforma qualsiasi argomento in conoscenza cristallina attraverso l'intelligenza artificiale." /> | |
| <meta name="keywords" | |
| content="studio, AI, intelligenza artificiale, apprendimento, scuola, università, neural, synapse" /> | |
| <meta name="theme-color" content="#030014" /> | |
| <!-- Google Fonts: Inter (Black) + JetBrains Mono --> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link | |
| href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=JetBrains+Mono:wght@400;500;600&display=swap" | |
| rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.jsx"></script> | |
| </body> | |
| </html> |