vivo/doc/html/template.html

51 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>VIVO</title>
<link rel="stylesheet" href="../css/doc.css" />
</head>
<body>
<header id="branding" role="banner">
<h1 class="vivo-logo"><a href="/"><span class="displace">VIVO</span></a></h1>
</header>
<!-- Start of content -->
<div id="wrapper-content" role="main">
<!-- template --->
<h1>Heading One</h1><div></div>
<h2>Heading Two</h2>
<h3>Heading Three</h3>
<h4>Heading Four</h4>
<p>A paragraph tag</p>
<ul>
<li>List item one</li>
<li>List item two</li>
</ul>
<ol>
<li>Ordered list item one</li>
<li>Ordered list item two</li>
</ol>
</div>
<!-- end of content -->
<footer role="contentinfo">
<p class="copyright"><small>&copy;2011
All Rights Reserved | <a class="terms" href="/termsOfUse">Terms of Use</a></small> | Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
</p>
<nav role="navigation">
<ul id="footer-nav" role="list">
<li role="listitem"><a href="http://vivoweb.org/about">About</a></li>
<li role="listitem"><a href="http://vivoweb.org/contact">Contact Us</a></li>
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
</ul>
</nav>
</footer>
</body>
</html>