Test page

This commit is contained in:
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

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>