| <!-- 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. --> |
| <link href="./index.css" rel="stylesheet"> |
| transition: all 0.5s ease-in-out; |
| background-color: var(--surface-color); |
| background-color: var(--primary-color); |
| color: var(--on-primary-color); |
| background-color: var(--error-color); |
| background-color: var(--file-reader-background-color); |
| border: 30px solid var(--surface-color); |
| border-top: 30px solid var(--primary-color); |
| animation: spin 1s ease-in-out infinite; |
| transform: rotate(360deg); |
| <div id="fileReader" class="panel" tabindex=1> |
| Drag and drop a v8.log file into this area, or click to choose from disk. |
| <input id="file" type="file" name="file"> |