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.

chore(friends.astro): remove unused js

Aria 23050eea 9f5dd40f

+13 -17
+13 -17
src/pages/friends.astro
··· 106 106 </div> 107 107 <br /> 108 108 <p>Code:</p> 109 - <textarea 110 - onclick="this.select()" 111 - readonly 112 - cols="60" 113 - rows="2" 114 - class="rounded backdrop-brightness-0 language-html" 115 - style="background-color: black;" 116 - >&lt;img src="https://aria.coffee/static/img/buttons/aria.gif" 117 - alt="Aria" style="image-rendering: pixelated;" /&gt;</textarea 118 - > 119 - <link 120 - href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" 121 - rel="stylesheet" 122 - /> 123 - <script 124 - src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/prism.min.js" 125 - ></script> 109 + <label> 110 + <textarea 111 + 112 + onclick="this.select()" 113 + readonly 114 + cols="60" 115 + rows="2" 116 + class="rounded backdrop-brightness-0" 117 + style="background-color: black;" 118 + >&lt;img src="https://aria.coffee/static/img/buttons/aria.gif" 119 + alt="Aria" style="image-rendering: pixelated;" /&gt;</textarea 120 + > 121 + </label> 126 122 </Partition> 127 123 </BaseLayout>