minor formatting
This commit is contained in:
parent
94d91fdfab
commit
fcccd22344
|
@ -1,12 +1,12 @@
|
|||
<Home>
|
||||
<section class="is-clear">
|
||||
|
||||
|
||||
<h1>RiotJS Kickstarter</h1>
|
||||
|
||||
Built your next revolutionary <em>Single Page Application</em> (SPA) starting right here:
|
||||
|
||||
|
||||
<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.
|
||||
|
||||
<ul>
|
||||
|
@ -16,6 +16,6 @@
|
|||
</ul>
|
||||
|
||||
<strong>No bloat here.</strong>
|
||||
</p>
|
||||
<p>
|
||||
</section>
|
||||
</Home>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<Footer>
|
||||
<section class="footer">
|
||||
©2018 Your Website |
|
||||
©2018 Your Website |
|
||||
All rights reserved. |
|
||||
<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>
|
||||
|
||||
<style>
|
||||
.footer {border-top: 1px solid #222}
|
||||
.footer {border-top: 1px solid #222; text-align: center; color: #ACACAC}
|
||||
</style>
|
||||
</Footer>
|
Loading…
Reference in New Issue