| <!DOCTYPE html> |
| |
| <!-- |
| Copyright (c) 2016, <your name>. All rights reserved. Use of this source code |
| is governed by a BSD-style license that can be found in the LICENSE file. |
| --> |
| |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="scaffolded-by" content="https://github.com/google/stagehand"> |
| <title>reflection</title> |
| <link rel="stylesheet" href="styles.css"> |
| <script async src="main.dart" type="application/dart"></script> |
| <script async src="packages/browser/dart.js"></script> |
| </head> |
| |
| <body> |
| |
| <div id="output"></div> |
| |
| </body> |
| </html> |