slitaz-forge view arm/codex/index.html @ rev 709

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents 7312478b14ae
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz ARM Codex</title>
5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
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 bgcolor="#ffffff">
12 <div id="header">
13 <div id="network"><a href="http://arm.slitaz.org/">SliTaz ARM</a></div>
14 <h1><a href=".">SliTaz ARM Codex</a></h1>
15 </div>
17 <nav id="nav" role="navigation" tabindex="0">
18 <ul>
19 <li><a class="nav1" href="faq.html">FAQ</a></li>
20 <li><a class="nav2" href="system.html">System</a></li>
21 <li><a class="nav1" href="apps.html">Apps</a></li>
22 <li><a class="nav2" href="setup.html">Setup</a></li>
23 </ul>
24 </nav>
26 <!-- Content -->
27 <div id="content">
29 <h2>The SliTaz ARM Codex</h2>
31 <p>
32 Welcome to the SliTaz GNU/Linux ARM Codex
33 </p>
35 <ul>
36 <li><a href="faq.html">The FAQ</a> - Frequently Asked Questions</li>
37 <li><a href="system.html">System</a> - System &amp; devices configuration</li>
38 <li><a href="apps.html">Applications</a> - List of applications with tips</li>
39 <li><a href="setup.html">Setup</a> - Services setup guides</li>
40 </ul>
42 <h2>SliTaz Raspberry Pi book</h2>
44 <p>
45 <a href="pibook.html">Pibook</a> - A Pocket Book dedicated to SliTaz
46 and the Raspberry Pi
47 </p>
49 <!-- Close content -->
50 </div>
52 <div id="footer">
53 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
54 </div>
56 </body>
57 </html>