mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 15:26:40 +01:00
Test page
This commit is contained in:
parent
cd2a323673
commit
6fb9f7c6dd
1 changed files with 7 additions and 0 deletions
7
src/routes/test.svelte
Normal file
7
src/routes/test.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
import Ad from '../components/Ad.svelte';
|
||||
</script>
|
||||
|
||||
<div class="pt-20 lg:ml-64 lg:pt-8 px-4 md:px-8 max-w-screen-lg">
|
||||
<Ad type="desktop" variant="player" id="" style="width: 100%; height: 500px;" />
|
||||
</div>
|
Loading…
Reference in a new issue