Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Matching_Words_and_Objects/.tmp_index.html.34909~
blob: 17d0f38dca7b8750e86bf5ce10d5bae75d089f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Math_Matching Words and Objects</title>
	<meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal,Match, Words, Objects" />
	<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/lesson.css" />
	<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
	<script type="text/javascript" src="js/lesson.js"></script>
</head>
<body>
	<div id="gameArea">
			<a href="#" id="anchorObject1"><img class="notMatched" id="object1"  src="" alt="" ></a>
			<a href="#" id="anchorObject2"><img class="notMatched" id="object2"  src="" alt="" ></a>
	</div>
	
</body>
</html>