-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (24 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="maind.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<embed src="sound\game.mp3" autostart="true" loop="true" height="0px" width="0px"></embed>
<div class="mainbox">
<div class="navbox"></div>
<div class="title">IMAGINATION POWER GAMES</div>
<div class="gamelist">
<a href="a.html"><div class="pp"><p>Purble Place</p></div></a>
<a href="b.html"><div class="ir"><p>Image Recognition</p></div></a>
<a href="d.html"><div class="wr"><p>Word Recognition</p></div></a>
</div>
<div class="footer"><i class="fa fa-envelope">sg072106@gmail.com</i>GLBIAN <i class="fa fa-whatsapp">6387148330</i></div>
</div>
</body>
</html>