blob: dae34a455faec3924802834295dc2b2c81f9e1a7 [file] [log] [blame]
Rahul Ravikumarf71bdf32023-08-08 15:20:02 -07001<!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>