Inital commit

This commit is contained in:
2026-07-11 17:01:42 -05:00
commit 4e0219924d
83 changed files with 70924 additions and 0 deletions

11
assets/main.rml Normal file
View File

@@ -0,0 +1,11 @@
<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>