Show last authors
1 {{html lang="en" clean="false"}}
2 <head>
3 <title>Catty Launcher</title>
4 <style>
5 #div{
6 background-color:#263238;
7 border:orange 3px solid;
8 }
9 #cl{
10 color:cyan;
11 font-weight:bold;
12 font-size:60px;
13 }
14 #p{
15 color:cyan;
16 font-size:25px;
17 }
18 #img{
19 width:250px;
20 height:250px;
21 background-color:#37474F;
22 border:cyan 3px solid;
23 border-radius:35px;
24 }
25 </style>
26 </head>
27 <div id="div">
28 <center>
29 <h1 id="cl">Catty Launcher</h1>
30 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/catty_launcher_logo.png" id="img">
31 <br>
32 <br>
33 <p id="p">Hi there everyone, Welcome to the Xwiki page for<br>
34 Catty Launcher. I cant wait to show you what Catty Launcher<br>
35 has to offer. But i must say the app is still under heavy development<br>
36 and sadly will only be available for Android.</p>
37 </center>
38 </div>
39 {{/html}}