16 lines
326 B
Text
16 lines
326 B
Text
<rml>
|
|
<head>
|
|
<link type="text/rcss" href="base.rcss"/>
|
|
<style>
|
|
body {
|
|
font-family: LatoLatin;
|
|
font-size: 20dp;
|
|
color: white;
|
|
background-color: #330033;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Meow!</p>
|
|
</body>
|
|
</rml>
|