Test page

pull/1/head
Made Baruna 2021-12-03 00:13:36 +07:00
parent cd2a323673
commit 6fb9f7c6dd
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 7 additions and 0 deletions

7
src/routes/test.svelte Normal file
View 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>