This page represents a very basic website/page, made with nothing put pure
HTML and anole.css.
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../anole.css">
<title>Basic Website Using Anole</title>
</head>
<body class="anole">
<div class="an-head">
</div>
<div class="an-body">
<div class="an-box">
This page represents a very basic website, made with nothing put pure
HTML and <i>anole.css</i>.
</div>
<div class="an-codeblock">
</div>
</div>
<div class="an-tail">
</div>
</body>
</html>