Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Lopez Toledo <zer.subzero@gmail.com>2009-09-09 16:38:58 (GMT)
committer Felipe Lopez Toledo <zer.subzero@gmail.com>2009-09-09 16:38:58 (GMT)
commit93ab8fd4b414d36bda6b27b7e4abde7cca08b715 (patch)
tree35bce49edcbe2daeeeddb062c4f7fd804f797c12
parentd2ed657c6724a5475f8a72a00f631bda78a3ce04 (diff)
added css links
-rw-r--r--examples/adding_up_to_10/exercise.html1
-rwxr-xr-xexamples/adding_up_to_10/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/adding_up_to_10/exercise.html b/examples/adding_up_to_10/exercise.html
index 1318d0c..eaf3d63 100644
--- a/examples/adding_up_to_10/exercise.html
+++ b/examples/adding_up_to_10/exercise.html
@@ -6,6 +6,7 @@
<link type="text/css" rel="stylesheet" href="css/lesson.css" />
<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" />
<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.js"></script>
diff --git a/examples/adding_up_to_10/index.html b/examples/adding_up_to_10/index.html
index d7354c3..2b97559 100755
--- a/examples/adding_up_to_10/index.html
+++ b/examples/adding_up_to_10/index.html
@@ -6,6 +6,7 @@
<link type="text/css" rel="stylesheet" href="css/lesson.css" />
<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" />
<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.js"></script>