This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
index.html
42 lines (36 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
<title>(體驗版) Webduino Blockly 編輯器</title>
<meta name="viewport" content="width=720, initial-scale=1, user-scalable=no"/>
<meta itemprop="name" content="Webduino Blockly 線上編輯工具">
<meta itemprop="image" content="//blockly.webduino.io/media/snapshot.jpg">
<meta itemprop="description" content="Webduino Blockly 線上編輯工具,提供簡單便利的編輯模式,同時具備了完整豐富的線上影音教學,在程式積木拖拉之餘,還可以產生標準的 Javascript 進行後續的應用開發,大幅降低學習門檻,輕鬆玩轉 Arduino 以及相關物聯網的應用。">
<meta property="og:title" content="(體驗版) Webduino Blockly 編輯器" >
<meta property="og:url" content="//blockly.webduino.io/index.html">
<meta property="og:image" content="//blockly.webduino.io/media/snapshot.jpg">
<meta property="og:description" content="Webduino Blockly 線上編輯工具,提供簡單便利的編輯模式,同時具備了完整豐富的線上影音教學,在程式積木拖拉之餘,還可以產生標準的 Javascript 進行後續的應用開發,大幅降低學習門檻,輕鬆玩轉 Arduino 以及相關物聯網的應用。" >
<link rel="icon" href="webduino.ico" type="image/x-icon">
<link rel="stylesheet" href="css/iconfont.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/blockly.css">
<link rel="stylesheet" href="css/dialog.css">
<script src="components/blockly-src/blockly_compressed.js"></script>
<script src="components/blockly-src/blocks_compressed.js"></script>
<script src="components/blockly-src/javascript_compressed.js"></script>
<script src="components/webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="components/querystring/querystring.min.js"></script>
<script src="lib/jquery-2.2.1.min.js"></script>
<script src="lib/handlebars-3.0.3.min.js"></script>
<script src="lib/JSONStorage.js"></script>
<script src="storage.js"></script>
<script src="launcher.js"></script>
<script src="code.js"></script>
<script src="env.js"></script>
<script src="blocks/webduino.js"></script>
<script src="generators/webduino.js"></script>
</head>
<body></body>
</html>