mirror of https://github.com/hykilpikonna/AquaDX
grammar
parent
eda7c52624
commit
a8050937b8
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="content-main">
|
<div class="content-main">
|
||||||
<p>Here you can see the pictures you have uploaded from mai.</p>
|
<p>here you can see the pictures you have uploaded from mai.</p>
|
||||||
<div class="pictures">
|
<div class="pictures">
|
||||||
{#each photos as photo}
|
{#each photos as photo}
|
||||||
<img class="rounded-2xl max-w-sm" src="{AQUA_HOST}/api/v2/game/mai2/my-photo/{photo}?token={token}" alt="Memorial" />
|
<img class="rounded-2xl max-w-sm" src="{AQUA_HOST}/api/v2/game/mai2/my-photo/{photo}?token={token}" alt="Memorial" />
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<p>There are no photos available. Try uploading some!</p>
|
<p>There are no photos available. Try uploading some!</p>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
@use "../vars"
|
@use "../vars"
|
||||||
|
|
Loading…
Reference in New Issue