Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Explore/kha/multiplication/mul3/index.html
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2011-04-25 14:26:34 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2011-04-25 14:26:34 (GMT)
commit262cde7bd933a2e8a108cbd8cdf3029a916007de (patch)
treeed49be8cc0112c91f47350a84d2660033b09e4ab /Explore/kha/multiplication/mul3/index.html
initial commit for sugarlabs
Diffstat (limited to 'Explore/kha/multiplication/mul3/index.html')
-rwxr-xr-xExplore/kha/multiplication/mul3/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/Explore/kha/multiplication/mul3/index.html b/Explore/kha/multiplication/mul3/index.html
new file mode 100755
index 0000000..1982746
--- /dev/null
+++ b/Explore/kha/multiplication/mul3/index.html
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Multiplication 3: 10,11,12 times tables</title>
+<link href="../../style.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="container">
+<!-- header -->
+<div id="header">
+<div id="slogan">Math &amp; Science Educational videos</div>
+<div id="logo">Khan Academy</a></div>
+</div>
+<div id="menu">
+<ul>
+<li><a href="../../index.html">Home</a></li>
+<li><a href="../../math.html">Math</a></li>
+<li><a href="../../science.html">Science</a></li>
+<li><a href="../../about.html">About</a></li>
+</ul>
+</div>
+<!--end header -->
+<!-- main -->
+<div id="main">
+<div id="text">
+<h1><a href="../../Math.html">Math</a> : <a href="../index.html">Arithmetic</a> : Multiplication 3: 10,11,12 times tables</h1>
+<h3>Multiplication 3: Learning to multiply 10, 11, and 12.</h3>
+<br/><br/>
+<div align="center">
+<script type='text/javascript' src='swfobject.js'></script>
+<div id='mediaspace'>This text will be replaced</div>
+<script type='text/javascript'>var so = new SWFObject('player.swf','mpl','640','360','9');
+so.addParam('allowfullscreen','true');
+so.addParam('allowscriptaccess','always');
+so.addParam('wmode','opaque');
+so.addVariable('file','qihoczo1Ujk.flv');
+so.write('mediaspace');
+</script>
+</div>
+<br/><br/><br/>
+</div>
+<!-- end text -->
+</div>
+<!-- end main -->
+
+<!-- footer -->
+<div id="footer">
+<div id="footer_left">Khan Academy Educational Video Library</div>
+<div id="footer_right">
+Offline version - Sep 2010
+</div>
+
+</div>
+<!-- end footer -->
+</div>
+</body>
+</html>