UNPKG

chrome-devtools-frontend

Version:
28 lines (26 loc) 719 B
<!-- Copyright 2023 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> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Timeline Overview</title> <style> .container, .container-with-memory, .container-new-engine { width: 800px; display: flex; margin-bottom: 20px; } </style> </head> <body> <div class="container"></div> <div class="container-with-memory"></div> <div class="container-new-engine"></div> <script type="module" src="./overview.js"></script> </body> </html>