a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols
at master 24 lines 1.1 kB view raw
1<!doctype html> 2<html> 3 <head> 4 <title>Wiredove on ANProto</title> 5 <meta name='viewport' content='width=device-width initial-scale=1' /> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 7 <link rel="preconnect" href="https://fonts.googleapis.com"> 8 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 9 <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" /> 10 <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet"> 11 <link rel='manifest' href='./manifest.json' /> 12 <script type='importmap'> 13 { 14 "imports": { 15 "apds": "https://esm.sh/gh/evbogue/apds@4934fac/apds.js", 16 "h": "https://esm.sh/gh/evbogue/apds@78abedd/lib/h.js" 17 } 18 } 19 </script> 20 <script type='module' src='app.js'></script> 21 <link rel='stylesheet' type='text/css' href='./style.css' /> 22 </head> 23 <body></body> 24</html>