Adding template project and correct name

This commit is contained in:
2026-07-19 22:15:13 -05:00
commit 718156d516
90 changed files with 71513 additions and 0 deletions

15
assets/main.rml Normal file
View File

@@ -0,0 +1,15 @@
<rml>
<head>
<title>RmlUi Temaplate</title>
<link type="text/rcss" href="styles/main.rcss" />
</head>
<body>
<div id="navbar">
<h1>RmlUi App Template</h1>
<div class="nav-buttons">
<!-- <button id="nav-lua-test" onclick="NavigateTo('lua-test')">Lua Test</button> -->
</div>
</div>
<div id="page-content"></div>
</body>
</rml>