-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (30 loc) · 990 Bytes
/
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
<!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" />
<link rel="stylesheet" href="./game.css" />
<title>Piano Tiles</title>
</head>
<body style="overflow: hidden;">
<div class="container">
<div class="navbar">
<img src="./Img/logo.png"class="logo" />
<nav>
</div>
<div class="row">
<div class="col-1">
<h2>Piano Tiles</h2>
<h3>Created By </h3>
<p>Harsh Pandey & Dilshad Ahmed Siddiqui</p>
<a href="./pages/instruction.html"><button type="button"> Play <img src="./Img/arrow.png" alt=""></button></a>
</div>
<div class="col-2">
<!-- <img src="./Img/unnamed.png" class="controller"> -->
<!-- <div class="color-box"></div> -->
</div>
</div>
</div>
</body>
</html>