Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10/index_old.html
blob: f2acdf11f219468c91f5177f175bffa5568cbee6 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">

<head>
	<title>Karma - Adding Up to 10</title>
	<meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal">
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

	<link type="image/ico" rel="icon" href="../../assets/default/images/favicon.ico" /> 

	<link type="text/css" rel="stylesheet" href="../../css/karma.css" />
	<link type="text/css" rel="stylesheet" href="css/lesson.css" />
         
	<script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
	<script type="text/javascript" src="../../js/karma.Gettext.js"></script>
	<script type="text/javascript" src="../../js/jquery.karma-0.3.js"></script>
	<script type="text/javascript" src="js/lesson.js"></script>
   
</head>

<body>
	<div id="karma-main" > </div>
</body>

</html>