chore(friends.astro): remove unused js

This commit is contained in:
Aria 2024-12-27 14:50:36 +11:00
parent 9f5dd40f89
commit 23050eea56
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -106,22 +106,18 @@ const pageTitle = "Aria's friends";
</div>
<br />
<p>Code:</p>
<textarea
onclick="this.select()"
readonly
cols="60"
rows="2"
class="rounded backdrop-brightness-0 language-html"
style="background-color: black;"
>&lt;img src="https://aria.coffee/static/img/buttons/aria.gif"
alt="Aria" style="image-rendering: pixelated;" /&gt;</textarea
>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css"
rel="stylesheet"
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/prism.min.js"
></script>
<label>
<textarea
onclick="this.select()"
readonly
cols="60"
rows="2"
class="rounded backdrop-brightness-0"
style="background-color: black;"
>&lt;img src="https://aria.coffee/static/img/buttons/aria.gif"
alt="Aria" style="image-rendering: pixelated;" /&gt;</textarea
>
</label>
</Partition>
</BaseLayout>