UNPKG

chrome-devtools-frontend

Version:
30 lines (28 loc) 749 B
<!-- Copyright 2023 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Static Console Insight example</title> <style> #container { box-sizing: border-box; border: 1px solid; width: 600px; margin: 1em; padding: 1em; background-color: aqua; } </style> <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> </head> <body> <div id="container"></div> <script type="module" src="./static.js"></script> </body> </html>