Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(friends.astro):Revamp the code provided for users to copy for my button

+9 -1
+9 -1
src/pages/friends.astro
··· 92 92 </div> 93 93 <br /> 94 94 <p>Code:</p> 95 - <pre><code class="rounded backdrop-brightness-0 language-html" style="background-color: white;">&lt;img src="https://aria.coffee/static/img/buttons/aria.gif" alt="Aria" style="image-rendering: pixelated;" /&gt;</code></pre> 95 + <textarea 96 + onclick="this.select()" 97 + readonly 98 + cols="60" 99 + rows="2" 100 + class="rounded backdrop-brightness-0 language-html" 101 + style="background-color: black;" 102 + >&lt;img src="https://aria.coffee/static/img/buttons/aria.gif" alt="Aria" style="image-rendering: pixelated;" /&gt;</textarea 103 + > 96 104 <link 97 105 href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" 98 106 rel="stylesheet"