slitaz-configs view rootfs/usr/share/webhome/index.en.html @ rev 260

Webhome: fix my bad merging in titles, little tweak js
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 14 01:40:51 2015 +0300 (2015-09-14)
parents 1f5be4ea96ea
children 6c3545ad6ed7
line source
1 <!DOCTYPE html>
2 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta charset="utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
6 <title>SliTaz - Web Home</title>
7 <link rel="shortcut icon" href="img/favicon.ico" />
8 <link rel="stylesheet" href="style.css" />
9 </head>
10 <body>
12 <!-- Header -->
13 <header>
14 <h1>SliTaz Web Home</h1>
15 <div id="network">
16 <a href="http://www.slitaz.org/en/">Home</a>
17 <a href="http://scn.slitaz.org/?blog">Blog</a>
18 <a href="http://doc.slitaz.org/en:start">Doc</a>
19 <a href="http://forum.slitaz.org/">Forum</a>
20 <a href="http://irc.slitaz.org/">IRC</a>
21 <a href="http://pro.slitaz.org/">Pro</a>
22 <a href="http://shop.slitaz.org/">Shop</a>
23 <a href="http://bugs.slitaz.org/">Bugs</a>
24 <a href="http://hg.slitaz.org/">Hg</a>
25 </div>
26 </header>
28 <!-- Content -->
29 <div id="content">
31 <div class="searchbox">
32 <form method="get" action="https://duckduckgo.com/">
33 <small class="title">Discover the world with Slitaz</small>
34 <p>
35 <input type="text" name="q" size="24" maxlength="255" />
36 <input type="submit" name="" value="Search" />
37 <input type="hidden" name="t" value="slitaz" />
38 </p>
39 </form>
40 </div>
42 <!-- SliTaz Social -->
43 <div id="social">Follow for more news…<br>
44 <a href="https://twitter.com/slitaz">Twitter</a>
45 <a href="https://www.facebook.com/slitaz">Facebook</a>
46 <a href="http://distrowatch.com/table.php?distribution=slitaz">Distrowatch</a>
47 <a href="https://en.wikipedia.org/wiki/SliTaz_GNU/Linux">Wikipedia</a>
48 <a href="https://flattr.com/profile/slitaz">Flattr</a>
49 </div>
51 <!-- Support Us -->
52 <div class="support">
53 You may also want to become an official sponsor via a monthly donation or by providing us with some hardware or server resources.
54 <a href="http://www.slitaz.org/en/sponsor/">More information…</a>
55 </div>
57 <p class="copyright">Copyright © Slitaz GNU/Linux — BSD License</p>
59 <!-- End of content -->
60 </div>
62 <!-- @script:section -->
63 <script src="lib/main.js"></script>
65 </body>
66 </html>