mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 18:28:21 +00:00
29 lines
356 B
Plaintext
29 lines
356 B
Plaintext
<rml>
|
|
<head>
|
|
<title>Demo</title>
|
|
<link type="text/template" href="window.rml" />
|
|
<style>
|
|
body
|
|
{
|
|
width: 300dp;
|
|
height: 225dp;
|
|
|
|
margin: auto;
|
|
}
|
|
|
|
div#title_bar div#icon
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
div#content
|
|
{
|
|
text-align: left;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body template="window">
|
|
This is a sample.
|
|
</body>
|
|
</rml>
|