mobile app
return home
This page show cases the mobile-readiness of Anole. Every component adapts to suit its environment.
<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>

source code > jsfiddle >