Files
rmlui-app-template/assets/pages/about.rml
chris bell 7c6e3a0d89 Shell + page loading
And:
- some basic stylesheet i found for basic html elements
- a global lua method for navigating pages
2026-07-11 21:51:33 -05:00

4 lines
92 B
Plaintext

<div id="page-root" class="page">
<h1>About</h1>
<p>This is a static page</p>
</div>