-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgetting_started_fr
63 lines (63 loc) · 3.21 KB
/
getting_started_fr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta charset="utf-8" />
<title>Pour commencer - Navigation</title>
<script src="../QuickStart_files/modernizr.js"></script><!--[if lt IE 9]><script src="../QuickStart_files/html5shiv/dist/html5shiv.js"></script><![endif]-->
<link href="../QuickStart_files/qs.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if IE]>
<link href="../QuickStart_files/ie.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<link rel="shortcut icon" href="../images/favicon.png" />
</head>
<body>
<header class="gradient">
<a class="img" href="http://www.bodhilinux.com/" target="_blank"><img class="navbodhi" src="../images/bodhileaf.png" alt="(Bodhi Linux Logo)" /></a>
<a class="img" href="http://www.bodhilinux.com/2015/04/28/introducing-the-moksha-desktop/" target="_blank"><img class="nave17" src="../images/mokshalogo.png" alt="(Moksha Logo)" /></a>
<nav>
<ul id="nav" class="navonlowwidth">
<li class="qsindex"><a class="mobile" target="_parent" href="index.html">Index du Guide de prise en main</a><a class="nav" target="_parent" href="index.html">Index du Guide de prise en main</a>
</li>
<li>
<a class="mobile" target="_parent" href="moksha.html">Moksha</a><a class="nav" target="_parent" href="#">Pour commencer</a>
<ul>
<li><a class="dropdown" target="_parent" href="internet.html">Connexion à Internet/a></li>
<li><a class="dropdown" target="_parent" href="software.html">Installation de logiciels</a></li>
</ul>
</li>
<li>
<a class="mobile" target="_parent" href="getting_started.html">Pour commencer</a><a class="nav" target="_parent" href="#">Moksha</a>
<ul>
<li><a class="dropdown" target="_parent" href="moksha.html">Les bases de Moksha</a></li>
<li><a class="dropdown" target="_parent" href="everything.html">Lanceur rapide</a></li>
</ul>
</li>
<li>
<a class="mobile" target="_parent" href="appendix.html">Crédits</a><a class="nav" target="_parent" href="#">Encore plus d'infos</a>
<ul>
<li><a class="dropdown" target="_parent" href="quickfaq.html">FAQ succinte</a></li>
<li><a class="dropdown" target="_parent" href="resources.html">Ressources</a></li>
</ul>
</li>
<li><a class="mobile" target="_parent" href="appendix.html">Encore plus d'infos</a><a class="nav" target="_parent" href="appendix.html">Crédits</a>
</li>
</ul>
</nav>
</header>
<div class="body">
<div class="content">
<div class="contentcontainer">
<div class="orange eightywidth center">
<h1>Pour commencer - Navigation</h1>
<h2>Utilisez les boutons ci-dessous pour naviguer vers la page</h2>
<br><br>
<a class="mobbtn" href="internet.html">Connexion à Internet</a><br>
<a class="mobbtn" href="software.html">Installation de logiciels</a><br>
</div>
<br />
<br />
</div>
</div>
</div>
</body>
</html>