HTML Interpreter
<html name="action" t="poop">
Create data attributes by just including the key equal to value in the tag
<body id="id" action="test">
There are no style attributes at the moment. You need to use CSS
<p id="test">This site is built entirely with HTML with the new custom HTML compiler. You can even use CSS with it!</p>
Anything not in a tag is a comment and will NOT BE READ BY THE Interpreter
For CSS classes use className instead of Class
<p className="class">class</p>
Instead of JS scripts, it is now LUA scripts!
Some cool example code, better explained in the LUAScript section
<script src="main.lscript"></script>
</body>
</html>Tag
Last updated