Adding template project
This commit is contained in:
17
assets/main.rml
Normal file
17
assets/main.rml
Normal file
@@ -0,0 +1,17 @@
|
||||
<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-home">Home</button>
|
||||
<button id="nav-test">C++ Test Page</button>
|
||||
<button id="nav-lua-test" onclick="NavigateTo('lua-test')">Lua Test</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="page-content"></div>
|
||||
</body>
|
||||
</rml>
|
||||
Reference in New Issue
Block a user