This commit is contained in:
nelle 2024-08-20 01:32:31 -06:00
parent 0ed3548ce0
commit 94a1bdb4eb

View file

@ -52,7 +52,7 @@ import Layout from "../layouts/Layout.astro";
<hr>
<div class="ntfy-box">
<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>
<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>
<div style="display: flex; justify-content: space-between;">
<br style="margin-bottom: 10px;">
<textarea id="ntfy-input" placeholder="Hi nelle! (。><。)" rows=2></textarea>
@ -62,6 +62,7 @@ import Layout from "../layouts/Layout.astro";
id="ntfy-send"><span>Send</span></button
>
</div>
<small>if it doesnt seem to be working, or you have javascript disabled, <br>you can POST to <span class="glitch">https://ntfy.ouroboros.group/beep</span>.</small>
</div>
</section>
</main>