summaryrefslogtreecommitdiff
path: root/deps/v8/tools/system-analyzer/map-panel-template.html
blob: 12d6ec5a14c913f5888f092b88a63f99bd9d6bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Copyright 2020 the V8 project 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>
  <link href="./index.css" rel="stylesheet">
</head>
<style>
  #searchBarInput {
    width: 200px;
  }
</style>
<div class="panel">
  <h2>Map Panel</h2>
  <map-transitions id="map-transitions"></map-transitions>
  <h3>Search Map by Address</h3>
  <section id="searchBar"></section>
  <input type="search" id="searchBarInput"></input>
  <button id="searchBarBtn">Search</button>
  <map-details id="map-details"></map-details>
</div>