15 lines
319 B
Plaintext
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> |