UNPKG

ethercalc

Version:

Multi-User Spreadsheet Server — TypeScript rewrite (Cloudflare fullstack)

13 lines (12 loc) 345 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>EtherCalc - Share the URL to your friends and edit together!</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>