-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (29 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SpaceBunny Node SDK examples</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/normalize.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<div class="content">
<div class="title">
<h2>Spacebunny SDK Examples</h2>
</div>
<div class="links">
<div class="panel callout radius">
<a href="/public/device/index.html">Device</a>
</div>
<div class="panel callout radius">
<a href="/public/stream/index.html">Stream</a>
</div>
</div>
</div>
</body>
</html>