Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10/index1.html.~1~
diff options
context:
space:
mode:
Diffstat (limited to 'examples/adding_up_to_10/index1.html.~1~')
-rwxr-xr-xexamples/adding_up_to_10/index1.html.~1~26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/adding_up_to_10/index1.html.~1~ b/examples/adding_up_to_10/index1.html.~1~
deleted file mode 100755
index f2acdf1..0000000
--- a/examples/adding_up_to_10/index1.html.~1~
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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>