Files
rmlui-app-template/assets/main.rml
2026-07-11 17:01:42 -05:00

11 lines
188 B
Plaintext

<rml>
<head>
<title>RmlUi Temaplate</title>
<link type="text/rcss" href="styles/main.rcss" />
</head>
<body>
<div class="test">
<p>Test!..</p>
</div>
</body>
</rml>