Test push after repo was lost

This commit is contained in:
2026-07-11 23:13:46 -05:00
parent b22c82b1f9
commit 78fe9a9abc
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
</head>
<body>
<div id="navbar">
<h1>Navigation</h1>
<h1>RmlUi App Template</h1>
<div class="nav-buttons">
<button id="nav-test">Test Page</button>
<button id="nav-about">About</button>
@@ -14,4 +14,4 @@
</div>
<div id="page-content"></div>
</body>
</rml>
</rml>

View File

@@ -2,4 +2,4 @@
<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>
</div>

View File

@@ -279,7 +279,7 @@ progress-value {
width: 100%;
height: 60px;
padding: 0px 20px;
background-color: #2b2b2b;
background-color: #2b2baa;
}
#navbar h1 {
@@ -311,4 +311,4 @@ progress-value {
padding: 20px;
background-color: #1a1a1a;
color: #f0f0f0;
}
}