mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-23 03:19:19 +02:00
added search bar
This commit is contained in:
parent
a12ac092ae
commit
00f8b2b90a
3 changed files with 27 additions and 19 deletions
|
@ -1,18 +1,3 @@
|
|||
<h1>Hello world!</h1>
|
||||
<p>Visit the <a href="https://svelte.dev/tutorial">Svelte tutorial</a> to learn how to build Svelte apps.</p>
|
||||
<p>
|
||||
This template is pre-configured with svlete-spa-router for routing.<br/>
|
||||
Visit the <a href="https://github.com/ItalyPaleAle/svelte-spa-router">documentation for the router</a> to learn more.
|
||||
</p>
|
||||
<p>
|
||||
Check a route: <a href="#/lorem/2">Lorem ipsum</a>
|
||||
</p>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
color: #ff3e00;
|
||||
text-transform: uppercase;
|
||||
font-size: 4em;
|
||||
font-weight: 100;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
<h1>Welcome to my Blog!</h1>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue