-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (41 loc) · 2.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap-3.3.6.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/print.css" media="print">
<script src="js/libs/jquery-1.12.4.min.js"></script>
<script src="js/libs/bootstrap-3.3.6.min.js"></script>
<script src="js/libs/react-15.1.0.min.js"></script>
<script src="js/libs/react-dom-15.1.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js"></script>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Scratch and Arduino by ScratchArduinoCodingForKidsCodingForKids</title>
</head>
<body>
<script src="js/main.js" type="text/babel"></script>
<header>
<div class="inner">
<h1>Scratch and Arduino ...</h1>
<h2>... or how to have fun with scratchx, arduino, genuino, curie</h2>
<a href="https://github.com/ScratchArduinoCodingForKids" class="button">
<small>View project on</small> GitHub</a>
</div>
</header>
<div class="container">
<div id="section-content"></div>
</div>
<footer>
<p class="repo-owner"><a href="https://github.com/ScratchArduinoCodingForKids"></a>This project is maintained by <a href="https://github.com/ScratchArduinoCodingForKids">ScratchArduinoCodingForKids</a>.</p>
</footer>
</body>
</html>