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>
|
||||
<br />
|
||||
<p>Code:</p>
|
||||
<textarea
|
||||
onclick="this.select()"
|
||||
readonly
|
||||
cols="60"
|
||||
rows="2"
|
||||
class="rounded backdrop-brightness-0 language-html"
|
||||
style="background-color: black;"
|
||||
><img src="https://aria.coffee/static/img/buttons/aria.gif"
|
||||
alt="Aria" style="image-rendering: pixelated;" /></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;"
|
||||
><img src="https://aria.coffee/static/img/buttons/aria.gif"
|
||||
alt="Aria" style="image-rendering: pixelated;" /></textarea
|
||||
>
|
||||
</label>
|
||||
</Partition>
|
||||
</BaseLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue