diff --git a/index.html b/index.html index b6c5f0a..4f96aca 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,9 @@ - Vite + Svelte + TS + Rana - -
- + + diff --git a/src/App.svelte b/src/App.svelte index dbd4a77..56e2a6c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,10 +1,119 @@
- +
+ rana +
diff --git a/src/app.sass b/src/app.sass index 7c2f280..87e18be 100644 --- a/src/app.sass +++ b/src/app.sass @@ -8,7 +8,11 @@ -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale +html + width: 100% + height: 100% + body margin: 0 - display: flex - place-items: center + width: 100% + height: 100% diff --git a/src/rana.png b/src/rana.png new file mode 100644 index 0000000..82a08ab Binary files /dev/null and b/src/rana.png differ