chore(friends.astro): remove unused js
This commit is contained in:
parent
9f5dd40f89
commit
23050eea56
1 changed files with 13 additions and 17 deletions
|
@ -106,22 +106,18 @@ const pageTitle = "Aria's friends";
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<p>Code:</p>
|
<p>Code:</p>
|
||||||
|
<label>
|
||||||
<textarea
|
<textarea
|
||||||
|
|
||||||
onclick="this.select()"
|
onclick="this.select()"
|
||||||
readonly
|
readonly
|
||||||
cols="60"
|
cols="60"
|
||||||
rows="2"
|
rows="2"
|
||||||
class="rounded backdrop-brightness-0 language-html"
|
class="rounded backdrop-brightness-0"
|
||||||
style="background-color: black;"
|
style="background-color: black;"
|
||||||
><img src="https://aria.coffee/static/img/buttons/aria.gif"
|
><img src="https://aria.coffee/static/img/buttons/aria.gif"
|
||||||
alt="Aria" style="image-rendering: pixelated;" /></textarea
|
alt="Aria" style="image-rendering: pixelated;" /></textarea
|
||||||
>
|
>
|
||||||
<link
|
</label>
|
||||||
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>
|
|
||||||
</Partition>
|
</Partition>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue