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> </head>
<body> <body>
<div id="navbar"> <div id="navbar">
<h1>Navigation</h1> <h1>RmlUi App Template</h1>
<div class="nav-buttons"> <div class="nav-buttons">
<button id="nav-test">Test Page</button> <button id="nav-test">Test Page</button>
<button id="nav-about">About</button> <button id="nav-about">About</button>

View File

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