minor formatting

This commit is contained in:
Geoff Doty 2018-11-30 04:37:09 -05:00
parent 94d91fdfab
commit fcccd22344
2 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -1,12 +1,12 @@
<Footer>
<section class="footer">
&copy;2018 Your Website |
&copy;2018 Your Website |
All rights reserved. |
<a href="http://riotjs.com">RiotJS</a> &nbsp;
<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>