Files
sessionzero/assets/pages/home.rml
2026-07-17 20:18:38 -05:00

14 lines
614 B
Plaintext

<div id="page-root" class="page">
<h1>Home</h1>
<p>This is an RmlUi template project with some nice built in features such as:</p>
<ul>
<li>- Lua and SVG plugins enabled</li>
<li>- A shell + page loading system with scoped stylesheets and lua functionality</li>
<li>- Hot reload when pressing F5</li>
<li>- Basic application state management</li>
<li>- A basic stylesheet for common elements</li>
<li>- Easy custom controls system</li>
<li>- Optional Raylib context</li>
<li>- Nix flake for easy development/building</li>
</ul>
</div>