OLD | NEW |
1 <!-- | 1 <!-- |
2 * Copyright 2014 The Chromium Authors. All rights reserved. | 2 * Copyright 2014 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 --> | 5 --> |
6 <!doctype html> | 6 <!doctype html> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 9 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
10 <meta http-equiv="Content-Security-Policy" content="object-src 'none'; scrip
t-src 'self' 'unsafe-eval'"> | 10 <meta http-equiv="Content-Security-Policy" content="object-src 'none'; scrip
t-src 'self' 'unsafe-eval'"> |
11 <link rel="stylesheet" type="text/css" href="toolbox.css"> | 11 <link rel="stylesheet" type="text/css" href="inspector.css"> |
12 <script type="text/javascript" src="Runtime.js"></script> | 12 <script type="text/javascript" src="Runtime.js"></script> |
13 <script type="text/javascript" src="toolbox.js"></script> | 13 <script type="text/javascript" src="inspector.js"></script> |
14 </head> | 14 </head> |
15 <body class="undocked" id="-blink-dev-tools"></body> | 15 <body class="undocked" id="-blink-dev-tools"></body> |
16 </html> | 16 </html> |
OLD | NEW |