Test push after repo was lost
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user