diff --git a/app/App.html b/app/App.html deleted file mode 100644 index 8ed8545..0000000 --- a/app/App.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/routes/_default.html b/routes/_default.html new file mode 100644 index 0000000..95b2980 --- /dev/null +++ b/routes/_default.html @@ -0,0 +1,46 @@ + + Sapper project template + + +Great success! + + + + HIGH FIVE! + + +Try editing this file (routes/index.html) to test hot module reloading. + + \ No newline at end of file diff --git a/routes/blog/_default.html b/routes/blog/_default.html new file mode 100644 index 0000000..f1c80ac --- /dev/null +++ b/routes/blog/_default.html @@ -0,0 +1,32 @@ + + Blog + + +Recent posts + + + {#each posts as post} + + {post.title} + {/each} + + + + + \ No newline at end of file diff --git a/routes/blog/index.html b/routes/blog/index.html index f1c80ac..c02b749 100644 --- a/routes/blog/index.html +++ b/routes/blog/index.html @@ -1,32 +1 @@ - - Blog - - -Recent posts - - - {#each posts as post} - - {post.title} - {/each} - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/routes/index.html b/routes/index.html index 95b2980..f3dffb3 100644 --- a/routes/index.html +++ b/routes/index.html @@ -1,46 +1,24 @@ - - Sapper project template - + -Great success! - - - - HIGH FIVE! - - -Try editing this file (routes/index.html) to test hot module reloading. + + + - h1 { - font-size: 2.8em; - text-transform: uppercase; - font-weight: 700; - margin: 0 0 0.5em 0; - } - - figure { - margin: 0 0 1em 0; - } - - img { - width: 100%; - max-width: 400px; - margin: 0 0 1em 0; - } - - p { - margin: 1em auto; - } - - @media (min-width: 480px) { - h1 { - font-size: 4em; + \ No newline at end of file
Try editing this file (routes/index.html) to test hot module reloading.