| Index: runtime/bin/vmservice/client/observatory/index.html
|
| diff --git a/runtime/bin/vmservice/client/observatory/index.html b/runtime/bin/vmservice/client/observatory/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..45687e8829ade93cb9f3087594ff0323b3dd988e
|
| --- /dev/null
|
| +++ b/runtime/bin/vmservice/client/observatory/index.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Dart VM Observatory</title>
|
| + <meta charset="utf-8">
|
| + <script src="packages/polymer/boot.js"></script>
|
| + <link type='text/css' rel='stylesheet' href='css/bootstrap.min.css' />
|
| + <link rel="import" href="packages/observatory/observatory_elements.html">
|
| + </head>
|
| + <body>
|
| + <observatory-application></observatory-application>
|
| + <script type="application/dart" src="observatory_main.dart"></script>
|
| + </body>
|
| +</html>
|
|
|