| 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" /> |
| 6 | <meta name="referrer" content="no-referrer" /> |
| 7 | <title>Interactive Smartlog</title> |
| 8 | <style> |
| 9 | /* styles specific to browser implementation, to embed component with correct scrolling */ |
| 10 | body { |
| 11 | margin: 0; |
| 12 | overflow: hidden; |
| 13 | } |
| 14 | </style> |
| 15 | </head> |
| 16 | <body> |
| 17 | <div id="root"></div> |
| 18 | <script type="module" src="/src/platform/chromelikeAppPlatform.ts"></script> |
| 19 | </body> |
| 20 | </html> |
| 21 | |