refined cursor broadcast system and added splash
This commit is contained in:
BIN
src/assets/media/splash-dev.jpeg
Normal file
BIN
src/assets/media/splash-dev.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
9
src/routes/splash/+page.svelte
Normal file
9
src/routes/splash/+page.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="splash" class="w-screen h-screen object-contain bg-base-100"></div>
|
||||
|
||||
<style>
|
||||
#splash {
|
||||
background-image: url("../../assets/media/splash-dev.jpeg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user