minor formatting
This commit is contained in:
parent
94d91fdfab
commit
fcccd22344
|
@ -1,12 +1,12 @@
|
||||||
<Home>
|
<Home>
|
||||||
<section class="is-clear">
|
<section class="is-clear">
|
||||||
|
|
||||||
<h1>RiotJS Kickstarter</h1>
|
<h1>RiotJS Kickstarter</h1>
|
||||||
|
|
||||||
Built your next revolutionary <em>Single Page Application</em> (SPA) starting right here:
|
Built your next revolutionary <em>Single Page Application</em> (SPA) starting right here:
|
||||||
|
|
||||||
<blockquote>/public/tags/home.tag.html</blockquote>
|
<blockquote>/public/tags/home.tag.html</blockquote>
|
||||||
|
|
||||||
This <strong>seed</strong> kicks your development into high gear with all tools you'll <em>need</em>, and very <em>little</em> you don't.
|
This <strong>seed</strong> kicks your development into high gear with all tools you'll <em>need</em>, and very <em>little</em> you don't.
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -16,6 +16,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<strong>No bloat here.</strong>
|
<strong>No bloat here.</strong>
|
||||||
</p>
|
<p>
|
||||||
</section>
|
</section>
|
||||||
</Home>
|
</Home>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<Footer>
|
<Footer>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
©2018 Your Website |
|
©2018 Your Website |
|
||||||
All rights reserved. |
|
All rights reserved. |
|
||||||
<a href="http://riotjs.com">RiotJS</a>
|
<a href="http://riotjs.com">RiotJS</a>
|
||||||
<a href="http://n2geoff.github.io/grayscale/">Grayscale CSS</a>
|
<a href="http://n2geoff.github.io/grayscale/">Grayscale CSS</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.footer {border-top: 1px solid #222}
|
.footer {border-top: 1px solid #222; text-align: center; color: #ACACAC}
|
||||||
</style>
|
</style>
|
||||||
</Footer>
|
</Footer>
|
Loading…
Reference in New Issue