Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
96
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 32d98407c9576542a7af10d7c7a9fb63caa13a94 19 lines 555 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>wisp.place</title> 7 <meta name="description" content="Admin dashboard for wisp.place decentralized static site hosting." /> 8 <meta name="robots" content="noindex, nofollow" /> 9 10 <!-- Theme --> 11 <meta name="theme-color" content="#7c3aed" /> 12 13 <link rel="stylesheet" href="./styles.css" /> 14 </head> 15 <body> 16 <div id="root"></div> 17 <script type="module" src="./admin.tsx"></script> 18 </body> 19</html>