Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 2a7946b982e33da02b25740597ffdfcdaf0b52f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
 <title>Karma - My First Lesson</title>
 <meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs" />
 <script type="text/javascript" src="js/raphael-min.js"></script>
 <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
 <script type="text/javascript" src="js/jquery.karma.js"></script>

 <!-- Put the code specific to your lesson in lesson.js -->
 <script type="text/javascript" src="js/lesson.js"></script>
   

</head>
<body>
<div>Hello World! This is my first Karma Lesson!</div>
<div>Use this file as a template to create your first Karma lesson</div>

</body>
</html>