mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 07:19:53 -04:00
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
<rml>
|
|
<head>
|
|
<title>Window</title>
|
|
<link type="text/rcss" href="window.rcss" />
|
|
</head>
|
|
<body>
|
|
<div id="window" class="window">
|
|
<div id="tab-bar" class="tab-bar"></div>
|
|
<div id="content" class="content"></div>
|
|
</div>
|
|
</body>
|
|
</rml>
|