-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreference.html
More file actions
33 lines (31 loc) · 1.02 KB
/
Copy pathreference.html
File metadata and controls
33 lines (31 loc) · 1.02 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>DroidNet Board Reference</title>
<link rel="stylesheet" href="assets/app.css">
</head>
<body>
<header class="dn-nav">
<span class="dn-brand">DroidNet <b>Board Reference</b></span>
<span id="libver" class="dn-badge dn-ver"></span>
<nav class="dn-links">
<a href="index.html">Composer</a>
<a href="reference.html" class="active">Reference</a>
</nav>
</header>
<main class="dn-main">
<div id="errzone"></div>
<div class="dn-search">
<input id="search" class="form-control" type="search"
placeholder="Search boards, commands, templates…" aria-label="Search commands">
</div>
<div id="catalog" class="dn-catalog"></div>
</main>
<script src="src/droidnet-command-library.js"></script>
<script src="assets/boot.js"></script>
<script src="assets/reference.js"></script>
</body>
</html>