slitaz-forge view slitaz.me/index.html @ rev 711

Update pangolin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 01 18:26:56 2020 +0100 (2020-01-01)
parents 4f02c4f0eea5
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>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://mypizza.slitaz.org">Pizza</a>
16 <a href="http://play.slitaz.me">Play</a>
17 <a href="http://www.slitaz.org">SliTaz.Org</a>
18 </div>
19 <h1><a href="http://slitaz.me">SliTaz.me</a></h1>
20 </div>
22 <!-- Content -->
23 <div id="content">
25 <p>
26 The slitaz.me domain is used for personalized user and contributors services:
27 </p>
29 <ul>
30 <li>SliTaz online builder: <a href="http://mypizza.slitaz.org">mypizza.slitaz.org</a></li>
31 <li>SliTaz gaming services: <a href="http://play.slitaz.me">play.slitaz.me</a></li>
32 </ul>
34 <!-- End of content -->
35 </div>
37 <div id="footer">
38 &copy; 2017 <a href="http://www.slitaz.org">SliTaz GNU/Linux</a>
39 </div>
41 </body>
42 </html>