| 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 name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | <title>sketch mobile</title> |
| 7 | <style> |
| 8 | html, |
| 9 | body { |
| 10 | height: 100%; |
| 11 | margin: 0; |
| 12 | padding: 0; |
| 13 | font-family: |
| 14 | -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif; |
| 15 | background-color: #ffffff; |
| 16 | } |
| 17 | body { |
| 18 | display: flex; |
| 19 | overflow: hidden; |
| 20 | } |
| 21 | </style> |
| 22 | <script type="module" src="./web-components/mobile-app-shell.ts"></script> |
| 23 | </head> |
| 24 | <body> |
| 25 | <mobile-shell></mobile-shell> |
| 26 | </body> |
| 27 | </html> |