Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: runtime/bin/vmservice/client/observatory/index.html

Issue 24471002: Initial GUI for review (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Dart VM Observatory</title>
5 <meta charset="utf-8">
6 <script src="packages/polymer/boot.js"></script>
7 <link type='text/css' rel='stylesheet' href='css/bootstrap.min.css' />
8 <link rel="import" href="packages/observatory/observatory_elements.html">
9 </head>
10 <body>
11 <observatory-application></observatory-application>
justinfagnani 2013/09/24 23:20:16 indent 2 spaces
Cutch 2013/09/25 18:10:20 Done.
12 <script type="application/dart" src="observatory_main.dart"></script>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698