-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to Noodl Demo!</h1>
<p>このページはNoodl2の機能デモ集です。Projectデータ・説明はQitta記事にあります。</p>
<p>For online documentation and support please refer to
<a href="https://qiita.com/macole">Qitta</a>.<br/>
<a href="https://macole.github.io/Noodl23_Mokumoku2020/index.html">--Mokumoku 2020 Santa--</a>.</p>
<a href="https://macole.github.io/Noodl2_LibDemo/index.html">01 Noodl2 Lib Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_CSSDemo/index.html">02 Noodl2 CSS Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_CanvasDemo/index.html">03 Noodl2 Canvas Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_MicrobitThreeDemo/index.html">04 Noodl2 Microbit ThreeJS Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_TrackingDemo/index.html">05 Noodl2 tracinkg Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_WebRTCDemo/index.html">06 Noodl2 WebRTC Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_M5StackDemo/index.html">07 Noodl2 M5Stack Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_NetworkAlarm/index.html">08 Noodl2 NetworkAlarm</a>.</p>
<a href="https://macole.github.io/Noodl2_UIDemo/index.html">09 Noodl2 UI Demo</a>.</p>
<a href="https://macole.github.io/Noodl2_MicrobitDemo/index.html">Ongaq</a>.</p>
<a href="https://macole.github.io/javascript/uartTest.html">UART Demo</a>.</p>
<a href="https://macole.github.io/javascript/angleTest.html">AngleTest Demo</a>.</p>
<a href="https://macole.github.io/javascript/ThreeMicrobit.html">ThreeMicrobit Demo</a>.</p>
<a href="https://macole.github.io/microbit_BLE/index.html">MicrobitBLE Test</a>.</p>
<a href="https://macole.github.io/skyway/p2p-media/index.html">SkyWayP2P-Mediame</a>.</p>
<a href="https://macole.github.io/skyway/p2p-data/index.html">SkyWayP2P-Data</a>.</p>
<a href="https://macole.github.io/skyway/room/index.html">SkyWayRoom</a>.</p>
<p><em>Thank you for using Noodl.</em></p>
</body>
</html>