blob: f24991cafc49cc43f969899d8baf2f6c17b03397 [file] [log] [blame]
Andrew Top286dd782018-10-02 16:52:45 -07001<!--
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>
7<html lang="en">
8<head>
Kaido Kertf585e262020-06-08 11:42:28 -07009 <meta charset="utf-8">
Andrew Top286dd782018-10-02 16:52:45 -070010 <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">
Kaido Kertf585e262020-06-08 11:42:28 -070012 <script type="module" src="root.js"></script>
13 <script defer src="node_app.js"></script>
Andrew Top286dd782018-10-02 16:52:45 -070014</head>
15<body class="undocked" id="-blink-dev-tools"></body>
16</html>