Skip to content

Commit

Permalink
final edit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianober committed Feb 27, 2024
1 parent 6cfdf25 commit 9a5c6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<a href="/blog/2">Go to blog 2</a><br>
<a href="/blog/3">Go to blog 3</a><br>
<br>
<h1>Go to any blog you like</h1><br>
<input bind:value={userInput} placeholder="Enter text" />
<button on:click={handleSubmit}>Submit</button>
<button class="bg-blue-500 hover:bg-blue-400 text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded" on:click={handleSubmit}>Go to any blog you like</button>
<br><br>
Go to <a href="https://fabian-ober.de">Fabian Ober</a> to see more.

0 comments on commit 9a5c6e7

Please sign in to comment.