tangled
alpha
login
or
join now
nekomimi.pet
/
wisp.place-monorepo
88
fork
atom
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
88
fork
atom
overview
issues
9
pulls
pipelines
update index.html
nekomimi.pet
1 month ago
9f594379
37467798
1/2
deploy-wisp.yml
success
44s
test.yml
failed
37s
+8
-3
1 changed file
expand all
collapse all
unified
split
packages
@wisp
css
index.html
+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
32
-
<div class="flex justify-center gap-3 mt-4">
33
33
-
<a href="#" class="cta-primary">Get Started</a>
34
34
-
<a href="#" class="cta-secondary">View Source</a>
32
32
+
<div class="flex justify-center gap-3 mt-4 flex-wrap">
33
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
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
35
+
</div>
36
36
+
<div class="card mt-5" style="max-width: 600px; margin-left: auto; margin-right: auto; text-align: left;">
37
37
+
<h4 class="mb-2">CDN</h4>
38
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
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