Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at main 16 lines 445 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <title>Margin</title> 7 <meta 8 name="manifest.default_icon" 9 content="{ '16': '/icons/icon-16.png', '32': '/icons/icon-32.png', '48': '/icons/icon-48.png' }" 10 /> 11 </head> 12 <body> 13 <div id="root"></div> 14 <script type="module" src="./main.tsx"></script> 15 </body> 16</html>