slitaz-forge view play.slitaz.me/index.html @ rev 671

Add default html page for play.slitaz.me
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 19:25:53 2017 +0100 (2017-03-16)
parents
children ee64bc14ebd9
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>play.SliTaz.me</title>
5 <meta charset="utf-8" />
6 <link rel="shortcut icon" href="favicon.ico" />
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 </head>
9 <body>
11 <!-- Header -->
12 <div id="header">
13 <div id="logo"></div>
14 <div id="network">
15 <a href="http://www.slitaz.org">SliTaz.Org</a>
16 <a href="http://pizza.slitaz.me">Pizza</a>
17 <a href="http://play.slitaz.me">Play</a>
18 </div>
19 <h1><a href="http://slitaz.me">play.SliTaz.me</a></h1>
20 </div>
22 <!-- Content -->
23 <div id="content">
25 <p>
26 The play.slitaz.me domain is used for gaming services. Each SliTaz developer
27 can get access to the server and play together after a nice coding session :-)
28 The Minecraft server was initiate by Kayam Kid and his father Pankso. Welcome!
29 </p>
31 <p>
32 SliTaz Minecraft server: <a href="tazcraft/">Tazcraft</a>
33 </p>
35 <!-- End of content -->
36 </div>
38 <div id="footer">
39 &copy; 2017 <a href="http://www.slitaz.org">SliTaz GNU/Linux</a>
40 </div>
42 </body>
43 </html>