Rahul Ravikumar | f71bdf3 | 2023-08-08 15:20:02 -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>Benchmarks Chrome Extension</title> |
| 8 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css"> |
| 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> |