| <!DOCTYPE html> | |
| <!-- | |
| Copyright 2023 The Chromium Authors | |
| 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> |