| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>explore-sk</title> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| </head> |
| |
| <body class="body-sk font-sk"> |
| <div> |
| <button id=demo-show-query-dialog>Show Query Dialog</button> |
| <button id=demo-load-traces>Load Traces</button> |
| <button id=demo-show-bisect-button>Show Bisect Button</button> |
| <button id=demo-select-trace>Select Trace</button> |
| <button id=demo-select-calc-trace>Select Calc Trace</button> |
| <button id=demo-show-help>Show Help</button> |
| <button id=demo-highlighted-only>Highlighted Only</button> |
| </div> |
| |
| <section class="body-sk font-sk darkmode"> |
| <h1>explore-sk</h1> |
| <!-- the element will appear here. --> |
| </section> |
| <error-toast-sk> </error-toast-sk> |
| </body> |
| </html> |