mirror of
https://github.com/clearleft/clearless.git
synced 2026-01-09 13:47:55 -05:00
30 lines
684 B
HTML
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 & 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>
|