mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 23:25:04 +01:00
20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
|
<template name="window" content="content">
|
||
|
<head>
|
||
|
<link type="text/rcss" href="rml.rcss"/>
|
||
|
<link type="text/rcss" href="invader.rcss"/>
|
||
|
</head>
|
||
|
<body class="window">
|
||
|
<div id="title_bar">
|
||
|
<handle move_target="#document">
|
||
|
<div id="icon"></div>
|
||
|
<span id="title">Title</span>
|
||
|
</handle>
|
||
|
</div>
|
||
|
<div id="window">
|
||
|
<div id="content">
|
||
|
</div>
|
||
|
</div>
|
||
|
<handle size_target="#document" style="position: absolute; width: 16dp; height: 16dp; bottom: 0px; right: 0px; cursor: resize;"></handle>
|
||
|
</body>
|
||
|
</template>
|