Skip to content

Commit

Permalink
insert another route
Browse files Browse the repository at this point in the history
  • Loading branch information
ccalobeto committed Jan 8, 2025
1 parent 4052ea0 commit 15fe3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

<h1>Welcome to svelte kit</h1>
<p>Visit <a href="./contact">Contact Form</a></p>
<p>Visit <a href="./products">Products</a></p>
1 change: 1 addition & 0 deletions src/routes/products/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>This is products Page</h1>

0 comments on commit 15fe3dc

Please sign in to comment.