Skip to content

Commit

Permalink
bump v4
Browse files Browse the repository at this point in the history
  • Loading branch information
idan committed Jul 4, 2024
1 parent 2b3c473 commit f0ef1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>

<h1>v3</h1>
<h1>v4</h1>

<form method="POST" action="/auth?/login">
<input type="hidden" name="foo" value="bar" />
Expand Down

0 comments on commit f0ef1ad

Please sign in to comment.