Test push after repo was lost
This commit is contained in:
@@ -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>
|
||||||
@@ -14,4 +14,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="page-content"></div>
|
<div id="page-content"></div>
|
||||||
</body>
|
</body>
|
||||||
</rml>
|
</rml>
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
<h1>Lua test page</h1>
|
<h1>Lua test page</h1>
|
||||||
<p>This button uses <code>NavigateTo('about')</code> lua code instead of a registered C++ event</p>
|
<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>
|
<button onclick="NavigateTo('about')">Go to About Page</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -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 {
|
||||||
@@ -311,4 +311,4 @@ progress-value {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user