14 lines
273 B
Plaintext
14 lines
273 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>
|