This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ProgBlog/app/views/index.stache

28 lines
407 B
Plaintext

<main>
<header>
<nav>
<ul>
<li><a href="#"><strong>First</strong></a></li>
<li><a href="#">Second</a></li>
<li><a href="#">Third</a></li>
<li><a href="#">Fourth</a></li>
</ul>
</nav>
</header>
<article>
<h1>Article</h1>
</article>
<aside>
<h1>Aside</h1>
</aside>
<section>
<h1>Section</h1>
</section>
<footer>
<p>&copy; Timothy J. Warren</p>
</footer>
</main>