| 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> |
| 13 | </head> |
| 14 | <body> |
| 15 | <mobile-shell></mobile-shell> |
| 16 | </body> |
| 17 | </html> |