Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 1 | <!-- |
| 2 | * Copyright 2018 The Chromium Authors. All rights reserved. |
| 3 | * Use of this source code is governed by a BSD-style license that can be |
| 4 | * found in the LICENSE file. |
| 5 | --> |
| 6 | <!doctype html> |
Joel Einbinder | 83fc76e | 2018-06-11 23:19:47 | [diff] [blame] | 7 | <html lang="en"> |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 8 | <head> |
Mathias Bynens | aafda77 | 2019-02-14 08:52:04 | [diff] [blame] | 9 | <meta charset="utf-8"> |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 10 | <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://chrome-devtools-frontend.appspot.com"> |
| 11 | <meta name="referrer" content="no-referrer"> |
Tim van der Lippe | 790b929 | 2019-09-19 15:14:16 | [diff] [blame] | 12 | <script type="module" src="root.js"></script> |
Tim van der Lippe | 790b929 | 2019-09-19 15:14:16 | [diff] [blame] | 13 | <script defer src="node_app.js"></script> |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 14 | </head> |
| 15 | <body class="undocked" id="-blink-dev-tools"></body> |
| 16 | </html> |