Spaces:
Configuration error
Configuration error
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Base Intelligence</title> | |
| <style> | |
| :root { color-scheme: light; } | |
| body { margin: 0; font-family: ui-sans-serif, system-ui, sans-serif; background: #0b0b0c; color: #f5f5f5; } | |
| .hero { width: 100%; display: block; } | |
| main { max-width: 720px; margin: 2rem auto; padding: 0 1.25rem 3rem; text-align: center; } | |
| h1 { font-size: 1.75rem; font-weight: 650; margin: 1rem 0 0.5rem; } | |
| p { opacity: 0.85; line-height: 1.5; } | |
| a { color: #9ecbff; } | |
| </style> | |
| </head> | |
| <body> | |
| <img class="hero" src="https://github.com/BaseIntelligence/base/raw/main/assets/banner.jpg" alt="BASE banner" /> | |
| <main> | |
| <h1>Base Intelligence</h1> | |
| <p>Decentralized AI challenges on Bittensor — <a href="https://huggingface.co/BaseIntelligence/top-prism-architecture">PRISM top architecture</a> and more.</p> | |
| </main> | |
| </body> | |
| </html> | |