mustache-cli
Version:
Mustache's CLI interface.
37 lines (34 loc) • 575 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>About</title>
</head>
<body>
<nav>
<ul>
<li>
<a href="../index.htm">Home</a>
</li>
<li>
<a href="../about/index.htm">About</a>
</li>
</ul>
</nav>
<h1>About</h1>
<div>
<div class="box">
<strong>.box</strong>
<p>
1
</p>
</div>
<div class="box">
<strong>.box</strong>
<p>
2
</p>
</div>
</div>
</body>
</html>