Files
BGG2026/assets/main.rml

15 lines
319 B
Plaintext

<rml>
<head>
<title>gamejam</title>
<link type="text/rcss" href="main.rcss" />
</head>
<body>
<div id="start_menu">
<h1>gamejam</h1>
<p>RmlUi + raylib scaffold is alive.</p>
<button id="start-btn">Start</button>
</div>
</body>
</rml>