Update
This commit is contained in:
26
Server/app/svelte/src/landing-component.svelte
Normal file
26
Server/app/svelte/src/landing-component.svelte
Normal file
@@ -0,0 +1,26 @@
|
||||
<svelte:options tag="landing-component" />
|
||||
|
||||
<script>
|
||||
// Import statements
|
||||
i
|
||||
|
||||
// Import components
|
||||
|
||||
|
||||
// Main code
|
||||
|
||||
|
||||
|
||||
onMount(() => {
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
<!--HTML GOES HERE-->
|
||||
<p>I AM A TEXT FOR TESTING</p>
|
||||
|
||||
<style>
|
||||
@import '/css/common.css';
|
||||
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user