<script>
import PageProgress from "svelte-page-progress"
import Content from "./Content.svelte"
let name = 'world';
</script>
<!-- Uncomment below comments one by one and see results 🙂 -->
<!-- <PageProgress /> -->
<!-- <PageProgress height="5vh" color="repeat-x center/contain url('https://media.giphy.com/media/TmngSmlDjzJfO/giphy.gif')" />
<h1>Hello {name}!</h1> -->
<!-- <PageProgress color="red" /> -->
<!-- <PageProgress color="linear-gradient(90deg, #1CB5E0 0%, #000851 100%)" /> -->
<Content />