Spaces:
Sleeping
Sleeping
| <!-- index.html --> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>InsightStarfleet</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| </head> | |
| <body> | |
| <div class="flashcard-container"> | |
| <!-- Flashcards will be injected here by Streamlit --> | |
| </div> | |
| </body> | |
| </html> | |