chrome-devtools-frontend
Version:
Chrome DevTools UI
23 lines (21 loc) • 507 B
HTML
<!--
Copyright 2021 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.
-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Basic Grid Editor example</title>
<style>
.container {
font-size: 12px;
}
</style>
</head>
<body>
<div id="container">
</div>
<script type="module" src="./grid.js"></script>
</body>