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> <hr>
<div class="ntfy-box"> <div class="ntfy-box">
<h4 style="margin-bottom: 0px;">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> <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;"> <div style="display: flex; justify-content: space-between;">
<br style="margin-bottom: 10px;"> <br style="margin-bottom: 10px;">
<textarea id="ntfy-input" placeholder="Hi nelle! (。><。)" rows=2></textarea> <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 id="ntfy-send"><span>Send</span></button
> >
</div> </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> </div>
</section> </section>
</main> </main>