-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (32 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML>
<!--MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM-->
<html>
<head>
<meta charset="utf-8">
<title>Alphabets</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<script src="js/jquery.js"></script>
<script src="js/buzz.js"></script>
<script src="js/ui.jquery.js"></script>
<script src="js/demo.js"></script>
</head>
<body>
<div id="header">
<p>Alphabets is a game intended for infants who are in their early stage to learning Alphabtes. This game is inspired by 'Javascript HTML5 Audio library'</p>
</div>
<div id="container">
<img id="picture" src="img/icecream.png">
<ul id="models"></ul>
<ul id="letters"></ul>
<a href="#" id="previous"><</a>
<a href="#" id="next">></a>
</div>
<div id="footer">
<a href="#" id="level">easy</a>
</div>
<div id="warning">
Your browser doesn't support<br>the HTML5 audio element.<br><a href="http://www.google.com/chrome/">Please upgrade!</a>
</div>
</body>
</html>