diff options
Diffstat (limited to 'deps/v8/tools/system-analyzer/stats-panel-template.html')
-rw-r--r-- | deps/v8/tools/system-analyzer/stats-panel-template.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/v8/tools/system-analyzer/stats-panel-template.html b/deps/v8/tools/system-analyzer/stats-panel-template.html index 04094b5185..7aa149a588 100644 --- a/deps/v8/tools/system-analyzer/stats-panel-template.html +++ b/deps/v8/tools/system-analyzer/stats-panel-template.html @@ -1,9 +1,11 @@ <!-- 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. --> -<style> - @import "./index.css"; +<head> + <link href="./index.css" rel="stylesheet"> +</head> +<style> #stats { display: flex; height: 250px; |