Files
clearless/examples/index.html
2012-06-27 14:29:12 +01:00

30 lines
684 B
HTML

<!DOCTYPE html>
<html lang="en" class="generatedcontent">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="http://clearleft.com/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLess Examples</title>
</head>
<body>
<div class="receptacle header">
<h1>ClearLess Examples</h1>
</div>
<div class="receptacle">
<ul class="nav">
<li><a href="sprites.html">Sprites &amp; Icons</a></li>
<li><a href="grids.html">Grids</a></li>
<li><a href="nested-grids.html">Nested Grids</a></li>
</ul>
</div>
</body>
</html>