Added broken website for sync

This commit is contained in:
BOT Alex 2023-12-28 23:09:28 +01:00
parent 6ba77599bb
commit 3732774c02
16 changed files with 1322 additions and 0 deletions

16
src/App.svelte Normal file
View file

@ -0,0 +1,16 @@
<script>
import svelteLogo from './assets/svelte.svg'
import viteLogo from '/vite.svg'
import ScrollTextComponent from './lib/ScrollTextComponent.svelte'
</script>
<main style="overflow: hidden; height: 100vh;">
<ScrollTextComponent />
<div style="background-color: black; height: 100px; width: 100%;">
</div>
</main>
<style>
</style>