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

Add mobile style for play.slitaz.org (testing)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 22 18:50:18 2017 +0100 (2017-03-22)
parents 05f93a926597
children
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 <link rel="stylesheet" type="text/css" href="style-tiny.css" />
9 </head>
10 <body>
12 <!-- Header -->
13 <header>
14 <div id="logo"></div>
15 <div id="network">
16 <a href="http://www.slitaz.org">SliTaz.Org</a>
17 </div>
18 <h1><a href="http://play.slitaz.me">play.SliTaz.me</a></h1>
19 </header>
21 <!-- Content -->
22 <div id="content">
24 <p>
25 The play.slitaz.me domain is used for gaming services. Each SliTaz contributor
26 and his/her kids can get access to the server and play together after a nice
27 coding session :-) The Minecraft server was initiated by Kayam Kid and his
28 father Pankso. Welcome!
29 </p>
31 <p>
32 SliTaz Minecraft server: <a href="tazcraft/">Tazcraft</a>
33 </p>
35 <p>
36 [ Français ] Bienvenue sur le serveur de jeux de SliTaz GNU/Linux! Ce service
37 est disponible pour tous les contributeurs SliTaz. Le serveur Minecraft est
38 aussi ouvert aux amis de Kayam et aux enfants des contributeurs du projet.
39 </p>
42 <!-- End of content -->
43 </div>
45 <div id="footer">
46 &copy; 2017 <a href="http://www.slitaz.org">SliTaz GNU/Linux</a>
47 </div>
49 </body>
50 </html>