Rahul Ravikumar | 9c70b8f | 2023-06-15 13:29:04 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset="UTF-8" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | <title>Plot Benchmarks</title> |
Rahul Ravikumar | 73c40ed | 2025-01-02 15:34:46 -0800 | [diff] [blame] | 8 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"> |
Rahul Ravikumar | 9c70b8f | 2023-06-15 13:29:04 -0700 | [diff] [blame] | 9 | </head> |
| 10 | |
| 11 | <body> |
| 12 | <main id="app" class="container" /> |
| 13 | <script type="module" src="/src/main.ts"></script> |
| 14 | </body> |
| 15 | |
| 16 | </html> |