| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>shelf_proxy example</title> | |
| </head> | |
| <body> | |
| <p id="text">API access count: <span id='count'>??</span></p> | |
| <script type="application/dart" src="index.dart"></script> | |
| <!-- for this next line to work, your pubspec.yaml file must have a dependency on 'browser' --> | |
| <script src="packages/browser/dart.js"></script> | |
| </body> | |
| </html> |