| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta |
| name="viewport" |
| content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" |
| /> |
| <title>sketch mobile</title> |
| <link rel="stylesheet" href="static/mobile-app-shell.css" /> |
| <script src="static/mobile-app-shell.js" async type="module"></script> |
| <script src="static/interface-detection.js"></script> |
| <link rel="stylesheet" href="static/tailwind.css" /> |
| </head> |
| <body> |
| <mobile-shell></mobile-shell> |
| </body> |
| </html> |