Spaces:
Runtime error
Runtime error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Neural MRI — Model Resonance Imaging</title> | |
| <style> | |
| /* Inline critical font to avoid FOUT */ | |
| @font-face { | |
| font-family: 'JetBrains Mono'; | |
| src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2'); | |
| font-weight: 400; | |
| font-display: swap; | |
| } | |
| @font-face { | |
| font-family: 'JetBrains Mono'; | |
| src: url('/fonts/JetBrainsMono-Bold.woff2') format('woff2'); | |
| font-weight: 700; | |
| font-display: swap; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.tsx"></script> | |
| </body> | |
| </html> | |