| <!doctype html> |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| <head> |
| <meta charset="utf-8"> |
| <!-- Add CSS variables for Chrome's themed material color equivalents --> |
| <link rel="stylesheet" href="//theme/colors.css?sets=ui,chrome"> |
| <!-- Load desired system fonts onto the body --> |
| <style> |
| body { |
| margin: 0; |
| } |
| </style> |
| <link rel="stylesheet" href="//resources/css/text_defaults_md.css"> |
| <link rel="stylesheet" href="data_sharing_sdk.css"> |
| <script type="module" src="data_sharing_app.js"></script> |
| </head> |
| <body> |
| <data-sharing-app></data-sharing-app> |
| </body> |
| </html> |