clarify
This commit is contained in:
parent
590dfd404b
commit
817eb17ffd
2 changed files with 5 additions and 3 deletions
|
@ -80,9 +80,9 @@ const today = new Date();
|
||||||
<hr>
|
<hr>
|
||||||
<a>Web Rings</a>
|
<a>Web Rings</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://fediring.net/previous?host=limepot.xyz" style="font-size: 45px">←</a>
|
<a href="https://fediring.net/previous?host=limepot.xyz" style="font-size: 50px"><i class="nf nf-cod-arrow_left"></i></a>
|
||||||
<a href="https://fediring.net/"><image src="/assets/badges/fediring-badge.gif" alt="Fediring badge" loading="lazy"></a>
|
<a href="https://fediring.net/"><image src="/assets/badges/fediring-badge.gif" alt="Fediring badge" loading="lazy"></a>
|
||||||
<a href="https://fediring.net/next?host=limepot.xyz" style="font-size: 45px">→</a>
|
<a href="https://fediring.net/next?host=limepot.xyz" style="font-size: 50px"><i class="nf nf-cod-arrow_right"></i></a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://applianceri.ng/next?host=limepot.xyz"><img alt="Future Gadget 204 - A Functional Time Machine" src="/assets/webrings/FG204.png" width="100px"></a>
|
<a href="https://applianceri.ng/next?host=limepot.xyz"><img alt="Future Gadget 204 - A Functional Time Machine" src="/assets/webrings/FG204.png" width="100px"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -83,7 +83,9 @@ import Layout from "../layouts/Layout.astro";
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<div class="ntfy-box">
|
<div class="ntfy-box">
|
||||||
<h4>send me a notification! type words and press send</h4>
|
<h4 style="margin-bottom: 0px;">send me a notification! type words and press send</h4>
|
||||||
|
<small style="font-size: 15px;">music recs, questions, jokes, confessions of your sins, etc, welcome, I respond to all or most as vagueposts on the fediverse</small>
|
||||||
|
<br style="margin-bottom: 10px;">
|
||||||
<textarea id="ntfy-input" placeholder="Hi Nelle~!"></textarea><button
|
<textarea id="ntfy-input" placeholder="Hi Nelle~!"></textarea><button
|
||||||
class="ntfy-send nob4 custom-btn btn-1"
|
class="ntfy-send nob4 custom-btn btn-1"
|
||||||
onclick="javascript:sendNotification()"
|
onclick="javascript:sendNotification()"
|
||||||
|
|
Loading…
Reference in a new issue