1
0
Fork 0
forked from elh/elh.gay

fixed images in friends section

This commit is contained in:
elh 2024-06-22 01:25:31 -04:00
parent 1a3a0ca680
commit 8d964da54e
3 changed files with 17 additions and 8 deletions

View file

@ -1,13 +1,10 @@
---
import FriendButton from "../components/Friendbutton.astro"
---
<section id="Friends">
<h2>Friends Sites!</h2>
<div>
<form action="https://google.com">
<button class="fbutton">
<img class="buttonimg" title="test" src="/public/vee.png">
</button>
</form>
</a>
</div>
<span>
<FriendButton website="https://elh.gay" image="/public/vee.png" title="vee"/>
<FriendButton website=" https://pandaptable.moe" image="/public/nemmy.gif" title="nemmy"/>
</span>
</section>