-
Notifications
You must be signed in to change notification settings - Fork 1
/
documentation.html
80 lines (58 loc) · 2.61 KB
/
documentation.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/bootstrap.css" media="screen">
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="css/custom.min.css">
<link rel="icon" href="resources/logo.PNG">
</head>
<body >
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container" >
<div class="navbar-header" >
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li><a href="index.html"><span class="glyphicon glyphicon-home"> </span> Accueil</a></li>
<li><a href="video.html"><span class="glyphicon glyphicon-facetime-video"> </span> Video</a></li>
<li><a href="documentation.html"><span class="glyphicon glyphicon-file"> </span> Documentation</a></li>
<li><a href="downloads.html"><span class="glyphicon glyphicon-download-alt"> </span> Téléchargement</a></li>
<li><a href="about.html"><span class="glyphicon glyphicon-plus"> </span> A propos</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a class="btn btn-md btn-primary" href="https://github.com/davidmeimoun/HelpU" role="button">View on github</a></li>
</ul>
</div>
</div>
</div>
<BR><BR><BR><BR>
<div class="container">
<h2>Installation</h2>
<p>En plus d'avoir installé l'application (voir <a href="downloads.html">ici</a>) vous devrez installer:
<ul>
<li>SDk version 25.0.2<br />
<a href="https://developer.android.com/studio/index.html " class="thin
icon-download btn btn-primary" role="button">Téléchager SDK</a>
<div class="alert alert-warning">
Dans ce cas il vous faudra configurer une variable ANDROID_HOME<br />
</div>
</li>
<br/>
</ul>
</p>
</div>
<!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>