1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" href="/favicon.ico" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <meta
8 name="description"
9 content="Margin - Write in the margins of the web. Comment on any URL with AT Protocol."
10 />
11 <title>Margin - Write in the margins of the web</title>
12 <link rel="preconnect" href="https://fonts.googleapis.com" />
13 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
14 <link
15 href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
16 rel="stylesheet"
17 />
18 </head>
19
20 <body>
21 <div id="root"></div>
22 <script type="module" src="/src/main.jsx"></script>
23 </body>
24</html>