| Philip Zeyliger | e08c7ff | 2025-06-06 13:22:12 -0700 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8" /> |
| 5 | <meta |
| 6 | name="viewport" |
| 7 | content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" |
| 8 | /> |
| 9 | <title>sketch mobile</title> |
| 10 | <link rel="stylesheet" href="static/mobile-app-shell.css" /> |
| 11 | <script src="static/mobile-app-shell.js" async type="module"></script> |
| 12 | <script src="static/interface-detection.js"></script> |
| banksean | 23a35b8 | 2025-07-20 21:18:31 +0000 | [diff] [blame^] | 13 | <link rel="stylesheet" href="static/tailwind.css" /> |
| Philip Zeyliger | e08c7ff | 2025-06-06 13:22:12 -0700 | [diff] [blame] | 14 | </head> |
| 15 | <body> |
| 16 | <mobile-shell></mobile-shell> |
| 17 | </body> |
| 18 | </html> |