Create shop page

Make components: poster, poster product
This commit is contained in:
2021-10-27 22:48:31 +02:00
parent ad1b57fef2
commit 68f9743f17
9 changed files with 492 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
</script>
<div class="poster">
<img src="https://picsum.photos/326/475" width={326} height={475} alt="blob">
</div>