Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Conozco-Uruguay/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Conozco-Uruguay/index.html')
-rwxr-xr-xexamples/Conozco-Uruguay/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/Conozco-Uruguay/index.html b/examples/Conozco-Uruguay/index.html
new file mode 100755
index 0000000..be1b5a2
--- /dev/null
+++ b/examples/Conozco-Uruguay/index.html
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Karma - Connoszco Uruguay</title>
+ <meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal,urugay" />
+ <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>
+ <script type="text/javascript" src="js/karma.Gettext.js"></script>
+ <script type="text/javascript" src="js/lesson.js"></script>
+ <script type="text/javascript" src="js/capital.js"></script>
+ </head>
+ <body>
+ <div id="karma-main">
+
+ <div id="mycanvas"></div>
+ <div id="buttons">
+ <button id="start">Start</button>
+ </div>
+ <div id="question"></div>
+ </div>
+
+ </body>
+</html> \ No newline at end of file