| <!doctype html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Device Emulator</title> | |
| <link rel="stylesheet" href="device_emulator.css"> | |
| </head> | |
| <body> | |
| <device-emulator-pages></device-emulator-pages> | |
| <script type="module" src="device_emulator_pages.js"></script> | |
| </body> |