mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-17 13:30:39 +00:00
24 lines
269 B
Plaintext
24 lines
269 B
Plaintext
<rml>
|
|
<head>
|
|
<style>
|
|
body
|
|
{
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
z-index: -1;
|
|
}
|
|
|
|
#rifm_logo
|
|
{
|
|
position: absolute;
|
|
left: 25dp;
|
|
top: 25dp;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body id="logo">
|
|
<img id="rifm_logo" src="logo.tga" />
|
|
</body>
|
|
</rml>
|