A fork of pds-dash for selfhosted.social
at main 410 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>Selfhosted.social</title> 7 <meta 8 name="description" 9 content="Landing page for selfhosted.social, an ATProto PDS" 10 > 11 </head> 12 <body> 13 <div id="app"></div> 14 <script type="module" src="/src/main.ts"></script> 15 </body> 16</html>