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

update index.html

+8 -3
+8 -3
packages/@wisp/css/index.html
··· 29 29 <section class="text-center mb-6"> 30 30 <h1>wisp.css</h1> 31 31 <p class="text-lg">A minimal, monospace-first CSS stylesheet with automatic light/dark mode.</p> 32 - <div class="flex justify-center gap-3 mt-4"> 33 - <a href="#" class="cta-primary">Get Started</a> 34 - <a href="#" class="cta-secondary">View Source</a> 32 + <div class="flex justify-center gap-3 mt-4 flex-wrap"> 33 + <a href="https://tangled.org/nekomimi.pet/wisp.place-monorepo/tree/main/packages/@wisp/css" class="cta-primary" target="_blank">Get Started</a> 34 + <a href="https://tangled.org/nekomimi.pet/wisp.place-monorepo/blob/main/packages/@wisp/css/wisp.css" class="cta-secondary" target="_blank">View Source</a> 35 + </div> 36 + <div class="card mt-5" style="max-width: 600px; margin-left: auto; margin-right: auto; text-align: left;"> 37 + <h4 class="mb-2">CDN</h4> 38 + <code class="block p-3 bg-code rounded mb-3" style="word-break: break-all;">https://sites.wisp.place/wisp.place/wisp.css/wisp.css</code> 39 + <p class="text-muted text-sm mb-0">Ideally, download and serve it with your site. It's simple CSS - feel free to take it wholesale and modify as you like.</p> 35 40 </div> 36 41 </section> 37 42