Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
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>Acceptable Use Policy - wisp.place</title>
7 <meta name="description" content="Acceptable Use Policy for wisp.place - Guidelines for hosting content on our decentralized static site hosting platform." />
8
9 <!-- Open Graph / Facebook -->
10 <meta property="og:type" content="website" />
11 <meta property="og:url" content="https://wisp.place/acceptable-use" />
12 <meta property="og:title" content="Acceptable Use Policy - wisp.place" />
13 <meta property="og:description" content="Acceptable Use Policy for wisp.place - Guidelines for hosting content on our decentralized static site hosting platform." />
14 <meta property="og:site_name" content="wisp.place" />
15
16 <!-- Twitter -->
17 <meta name="twitter:card" content="summary_large_image" />
18 <meta name="twitter:url" content="https://wisp.place/acceptable-use" />
19 <meta name="twitter:title" content="Acceptable Use Policy - wisp.place" />
20 <meta name="twitter:description" content="Acceptable Use Policy for wisp.place - Guidelines for hosting content on our decentralized static site hosting platform." />
21
22 <!-- Theme -->
23 <meta name="theme-color" content="#7c3aed" />
24
25 <link rel="icon" type="image/x-icon" href="../favicon.ico">
26 <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
27 <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
28 <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
29 <link rel="manifest" href="../site.webmanifest">
30 </head>
31 <body>
32 <div id="elysia"></div>
33 <script type="module" src="./acceptable-use.tsx"></script>
34 </body>
35</html>