chrome-devtools-frontend
Version:
Chrome DevTools UI
25 lines (24 loc) • 596 B
HTML
<!--
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.
-->
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Timeline Overview</title>
<style>
.container {
width: 800px;
display: flex;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container"></div>
<script type="module" src="./timeline_history_manager.js"></script>
</body>
</html>