-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (68 loc) · 4.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index of Documentation</title>
<!-- Import Materialize CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
text-align: center;
font-size: 3em;
font-weight: bold;
}
h2 {
text-align: center;
font-size: 2em;
}
ul {
list-style-type: disc;
padding-left: 20px;
}
li {
margin: 10px 0;
}
a {
text-decoration: none;
color: #007BFF;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1 class="blue-text text-darken-2">MangoH</h1>
<h2 class="grey-text text-darken-1">Index of Documentation</h2>
<div class="collection">
<a href="./Tutorials - HTML5-Responsive HTML5 4/index.html" class="collection-item">Tutorials</a>
<a href="./Reference/mangOH Yellow/Discover/Hardware User Guide/41113427 mangOH Yellow UG - HTML5-Responsive HTML5/index.html" class="collection-item">mangOH Yellow UG</a>
<a href="./Reference/IoT Cards/IoT Card Specification/4117166_IoTSpec_r8_HTML5/index.html" class="collection-item">IoT Card Specification</a>
<a href="./Reference/mangOH Green/Discover/Hardware User Guide/mangOH Dev Kit User Guide - HTML5-Responsive HTML5/index.html" class="collection-item">mangOH Dev Kit User Guide</a>
<a href="./Reference/mangOH Green/Discover/Getting Started/4118961_mangOH_Fundamentals_WinCLI_r5_DraftF-_HTML5/index.html" class="collection-item">mangOH Fundamentals WinCLI</a>
<a href="./Reference/mangOH Green/Discover/Getting Started/GreenWindowsCLI/index.html" class="collection-item">Green Windows CLI</a>
<a href="./Reference/mangOH Green/Discover/Getting Started/GreenLinuxCLI/index.html" class="collection-item">Green Linux CLI</a>
<a href="./Reference/mangOH Green/Discover/Reference Manual/4118903 mangOH Dev Guide - HTML5-Responsive HTML5/index.html" class="collection-item">mangOH Dev Guide</a>
<a href="./Reference/mangOH Red/Discover/Hardware User Guide/41110400 mangOH Red User Guide r4 - HTML5-Responsive HTML5/index.html" class="collection-item">mangOH Red User Guide r4</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/mangOHRed_GS_WinCli_r3/index.html" class="collection-item">mangOH Red GS WinCli r3</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/41113251 mangOH Red GSG Linux - HL78/index.html" class="collection-item">mangOH Red GSG Linux - HL78</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/41113251 mangOH Red GSG Windows - HL78/index.html" class="collection-item">mangOH Red GSG Windows - HL78</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/mangOH Red GSG - Linux R1/index.html" class="collection-item">mangOH Red GSG - Linux R1</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/mangOH Red GSG - Windows R4/index.html" class="collection-item">mangOH Red GSG - Windows R4</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/LIN_CLI2/index.html" class="collection-item">LIN_CLI2</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/Win_CLI3/index.html" class="collection-item">Win_CLI3</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/mangOH Red GSG - Linux R5/index.html" class="collection-item">mangOH Red GSG - Linux R5</a>
<a href="./Reference/mangOH Red/Discover/Getting Started/mangOH Red GSG - Windows R2/index.html" class="collection-item">mangOH Red GSG - Windows R2</a>
<a href="./Reference/mangOH Red/Discover/Reference Manual/mangOH_Red_Developers_Guide_Rev3/index.html" class="collection-item">mangOH Red Developers Guide Rev3</a>
</div>
</div>
<!-- Import Materialize JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>