Spaces:
Build error
Build error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>HN Radio - Listen to Hacker News</title> | |
| <script type="module"> | |
| import '/src/app/globals.css'; | |
| import 'virtual:rari-entry-client'; | |
| </script> | |
| </head> | |
| <body class="min-h-screen bg-white-950 text-black-100"> | |
| <div id="root" /> | |
| </body> | |
| </html> | |