UNPKG

chrome-devtools-frontend

Version:
23 lines (21 loc) 510 B
<!-- 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. --> <!DOCTYPE html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Basic Flexbox Editor example</title> <style> .container { font-size: 12px; } </style> </head> <body> <div id="container"> </div> <script type="module" src="./flex.js"></script> </body>