forked from elh/elh.gay
added friends section template
This commit is contained in:
parent
e769979948
commit
1a3a0ca680
8 changed files with 49 additions and 12 deletions
13
src/components/friends.astro
Normal file
13
src/components/friends.astro
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
---
|
||||
<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>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue