Something went wrong. Try again.
[WIP] Matrix Client for web and desktop
Something went wrong. Try again.
1234567891011121314<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <title>project-asterisk</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.tsx"></script> </body></html>