grunt-flats
Version:
Grunt task for generating static layouts from templated partials.
21 lines • 444 B
HTML
<html lang="en">
<head>
<title>Flats</title>
</head>
<body>
<div class="container-main">
<header>
<img src="/images/logo.png" alt="Logo" />
<ul class="nav-primary">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
</ul>
</header>
<h1>Homepage</h1>
<footer>
<p>© Super Mega Global Corporation Inc.</p>
</footer>
</div></body>
</html>