mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2025-09-05 18:20:45 +00:00
testing chagnes
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<style>
|
<style>
|
||||||
h1, figure, p {
|
h1,
|
||||||
|
figure,
|
||||||
|
p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
@@ -36,11 +38,13 @@
|
|||||||
<title>Sapper project template</title>
|
<title>Sapper project template</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<h1>Great success!</h1>
|
<h1>Letse go</h1>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img alt='Success Kid' src='successkid.jpg'>
|
<img alt="Success Kid" src="successkid.jpg" />
|
||||||
<figcaption>Have fun with Sapper!</figcaption>
|
<figcaption>Have fun with Sapper!</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<p><strong>Try editing this file (src/routes/index.svelte) to test live reloading.</strong></p>
|
<p>
|
||||||
|
<strong>Try editing this file (src/routes/index.svelte) to test live reloading.</strong>
|
||||||
|
</p>
|
||||||
|
Reference in New Issue
Block a user