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