JSFiddle - React, Tailwind, and code Playground
by rolandixor
HTML
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://rolandixor.pro/anole/css/anole.css">
<title>Basic Website Using Anole</title>
</head>
<body class="anole">
<div class="an-head">
<div class="an-title">
basic template
</div>
<a class="an-home-button" href="../../">return home</a>
</div>
<div class="an-body">
<div class="an-box">
This page represents a very basic website/page, made with nothing put pure HTML and <i>anole.css</i>.
</div>
<div class="an-codeblock">
<html <span class="an-code-green">lang="en" dir="ltr"</span>> <head> <meta <span class="an-code-green">charset="utf-8"</span>> <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>
</div>
</div>
<br>
<div class="an-gen-spacer">
</div>
<div class="an-tail">
<div class="an-group">
<a class="an-button an-btn-spc">source code ></a>
<a class="an-button an-btn-alt">jsfiddle ></a>
</div>
</div>
</body>
</html>