feat(friends.astro):Revamp the code provided for users to copy for my button

This commit is contained in:
BuyMyMojo 2024-12-18 02:16:01 +11:00
parent 6c9d8ee959
commit 5c89185f3d
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -92,7 +92,15 @@ const pageTitle = "Aria's friends";
</div> </div>
<br /> <br />
<p>Code:</p> <p>Code:</p>
<pre><code class="rounded backdrop-brightness-0 language-html" style="background-color: white;">&lt;img src="https://aria.coffee/static/img/buttons/aria.gif" alt="Aria" style="image-rendering: pixelated;" /&gt;</code></pre> <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 <link
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css"
rel="stylesheet" rel="stylesheet"