mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +01:00
23 lines
444 B
Plaintext
23 lines
444 B
Plaintext
|
<rml>
|
||
|
<head>
|
||
|
<title>Launcher</title>
|
||
|
<link type="text/rcss" href="rml.rcss"/>
|
||
|
<link type="text/rcss" href="invader_spritesheet.rcss"/>
|
||
|
<link type="text/rcss" href="invader.rcss"/>
|
||
|
<style>
|
||
|
body
|
||
|
{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="window">
|
||
|
<button onclick="start_game" style="align-self: center;">Start Game</button>
|
||
|
This is a sample.<br/>
|
||
|
Test text
|
||
|
</div>
|
||
|
</body>
|
||
|
</rml>
|