2020-07-22 15:00:22 +00:00
|
|
|
<!-- 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. -->
|
2020-08-12 15:10:23 +00:00
|
|
|
|
2020-07-22 15:00:22 +00:00
|
|
|
<head>
|
|
|
|
<link href="./index.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<style>
|
2020-08-12 15:10:23 +00:00
|
|
|
#mapDetails {
|
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: scroll;
|
|
|
|
height: 100px;
|
|
|
|
}
|
2020-07-22 15:00:22 +00:00
|
|
|
</style>
|
2020-08-12 15:10:23 +00:00
|
|
|
<div class="panel">
|
|
|
|
<h4>Map Details</h4>
|
|
|
|
<section id="mapDetails"></section>
|
2020-07-22 15:00:22 +00:00
|
|
|
</div>
|