UNPKG

chrome-devtools-frontend

Version:
20 lines (16 loc) 384 B
<!-- 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. --> <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Select menu example</title> </head> <body> <script src="./basic.js" type="module"></script> </body> </html>