Files
rmlui-app-template/assets/pages/lua-test.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

5 lines
226 B
Plaintext

<div id="page-root">
<h1>Lua test page</h1>
<p>This button uses <code>NavigateTo('about')</code> lua code instead of a registered C++ event</p>
<button onclick="NavigateTo('about')">Go to About Page</button>
</div>