UNPKG

chrome-devtools-frontend

Version:
25 lines (24 loc) 567 B
<!DOCTYPE html> <!-- 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. --> <html lang=en> <head> <title>C/C++ DevTools Support Options</title> <meta charset="utf-8"> <style> #container { width: 100%; max-width: 1020px; } </style> <script src=ExtensionOptions.bundle.js type=module></script> </head> <body> <div id=container> <extension-options></extension-options> </div> </body> </html>