Testing Phases
This commit is contained in:
parent
721aed99a5
commit
11d0460d07
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import Menu from '/src/components/small-header.svelte'
|
||||
import Menu from '../components/small-header.svelte'
|
||||
</script>
|
||||
<Menu />
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
|
11
src/routes/pub-board.svelte
Normal file
11
src/routes/pub-board.svelte
Normal file
@ -0,0 +1,11 @@
|
||||
<script>
|
||||
window.alert("Test Page")
|
||||
</script>
|
||||
|
||||
<h2>Test Route</h2>
|
||||
|
||||
<style>
|
||||
h2 {
|
||||
color: palevioletred;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user