forked from blynkkk/blynkkk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·94 lines (80 loc) · 3.08 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!-- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>-->
<!-- <link href='https://fonts.googleapis.com/css?family=Oxygen:300' rel='stylesheet' type='text/css'> -->
<!--<script>hljs.initHighlightingOnLoad();</script>-->
<!--<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?lang=css&skin=desert&autoload=true"></script>-->
<!--
Instructions:
- Save this file.
- Replace "USER" with your GitHub username.
- Replace "REPO" with your GitHub repo name.
- Replace "Your Project" with your project name.
- Upload this file (or commit to GitHub Pages).
Customize as you see fit!
-->
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Documentation Française de Blynk</title>
<!-- Flatdoc -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='scripts/legacy.js'></script>
<script src='scripts/flatdoc.js'></script>
<!-- Flatdoc theme -->
<link href='css/style.css' rel='stylesheet'>
<script src='scripts/script.js'></script>
<!-- Meta -->
<meta content="Blynk" property="og:title">
<meta content="Blynk - build an app for your Arduino project in 5 minutes" name="description">
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.file([
'IntroAndDownloads.md',
'GettingStarted.md',
'HardwareSetUps.md',
'BlynkMainOperations.md',
'Widgets.md',
'Sharing.md',
'http.md',
'SupportedHardware.md',
'Troubleshooting.md',
'Security.md',
'BlynkServer.md',
'BlynkFirmware.md',
'FAQ.md',
'Links.md',
'License.md'
])
});
</script>
</head>
<body role='flatdoc'>
<div class='header'>
<div class='left'>
<h1><a href='http://blynk.cc'>Blynk</a></h1>
<!-- Flatdoc
<ul>
<iframe src="http://ghbtns.com/github-btn.html?user=blynkkk&repo=blynk-library&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=blynkkk&repo=blynk-server&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</ul>
-->
</div>
<div class='right'>
<ul>
<li><a href='http://blynk.cc'>Site Officiel</a></li>
<li><a href='https://booteille.github.io/blynk-docs-fr/#guide-de-demarrage'>Guide de Démarrage</a></li>
<li><a href='https://booteille.github.io/blynk-docs-fr/'>Documentation</a></li>
<li><a href='http://community.blynk.cc/'>Communauté</a></li>
</ul>
</div>
</div>
<div class='content-root'>
<div class='menubar'>
<div class='menu section' role='flatdoc-menu'></div>
</div>
<div role='flatdoc-content' class='content'></div>
</div>
</body>
</html>