feat(friends.astro):Revamp the code provided for users to copy for my button
This commit is contained in:
parent
6c9d8ee959
commit
5c89185f3d
1 changed files with 9 additions and 1 deletions
|
@ -92,7 +92,15 @@ const pageTitle = "Aria's friends";
|
|||
</div>
|
||||
<br />
|
||||
<p>Code:</p>
|
||||
<pre><code class="rounded backdrop-brightness-0 language-html" style="background-color: white;"><img src="https://aria.coffee/static/img/buttons/aria.gif" alt="Aria" style="image-rendering: pixelated;" /></code></pre>
|
||||
<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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue