-
Notifications
You must be signed in to change notification settings - Fork 2
/
f4by.html
37 lines (32 loc) · 1.29 KB
/
f4by.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
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }} | MegaPirateNG</title>
<link rel="stylesheet" type="text/css" href="https://megapirateng.github.io/Docs/style.css">
</head>
<body>
<div class="header">
<div class="page-margin">
<a href="https://megapirateng.github.io/Docs/">
MegaPirateNG
<small>Documentation</small>
</a>
</div>
</div>
<div class="menu">
<div class="page-margin">
<ul>
<li><a href="https://megapirateng.github.io/Docs/documentation/f4by/connecting_components">Connecting your components</a></li>
<li><a href="https://megapirateng.github.io/Docs/documentation/f4by/compile">Compile and flash firmware</a></li>
<li><a href="https://megapirateng.github.io/Docs/documentation/f4by/troubleshooting">Troubleshooting</a></li>
</ul>
</div>
</div>
<div class="content page-margin">
<div class="edit">
<a href="https://github.com/MegaPirateNG/Docs/edit/gh-pages{{page.url | replace:'.html','.md'}}">Edit page</a>
</div>
{{ content }}
</div>
</body>
</html>