svelte-testing/src/components/homepage/rightbar.svelte

13 lines
383 B
Svelte
Raw Normal View History

2022-07-02 17:47:38 +02:00
<div class="hidden md:block col-start-7">
<img
class="w-auto "
src="https://dutchellie.nl/DutchEllie/proper-website-2/raw/branch/main/web/static/images/rin-len1.webp"
alt="Rin and Len"
/>
<br />
<br />
<img class="rounded"
src="/images/literallyme.jpg" alt="literally me wink wink" />
<p class="text-center mt-2">yes, i love japanese stuff, how can you tell?</p>
</div>