You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
css | 6 years ago | |
img | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 5 years ago | |
index.html | 6 years ago |
README.md
Simple Template
A simple HTML/CSS template, containing a print layout.
- Version: 0.3
- Copyright: © 2016 Marc Schlagenhauf
- License: MIT License (see LICENSE)
Usage
Navigation entries
Replace "Entry 1" with the page title and insert the URL into the href
element.
<nav id="mn-nav">
<ul>
<li><a href="#">Entry 1</a></li>
<li><a href="#">Entry 2</a></li>
<li><a href="#">Entry 3</a></li>
<li><a href="#">Entry 4</a></li>
</ul>
</nav>
Content
Use normal HTML syntax inside the <article>
tag.
License
Simple Template is subject to the MIT License.