forked from
nekomimi.pet/wisp.place-monorepo
Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
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>Admin Dashboard - Wisp.place</title>
7 <link rel="stylesheet" href="./styles.css" />
8 </head>
9 <body>
10 <div id="root"></div>
11 <script type="module" src="./admin.tsx"></script>
12 </body>
13</html>