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>
|
||||
<a>Web Rings</a>
|
||||
<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/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>
|
||||
<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>
|
||||
|
|
|
@ -83,7 +83,9 @@ import Layout from "../layouts/Layout.astro";
|
|||
</p>
|
||||
<br />
|
||||
<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
|
||||
class="ntfy-send nob4 custom-btn btn-1"
|
||||
onclick="javascript:sendNotification()"
|
||||
|
|
Loading…
Reference in a new issue