chrome-devtools-frontend
Version:
Chrome DevTools UI
20 lines (16 loc) • 384 B
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>
<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>