-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 875 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<style>*{text-transform: capitalize;}</style>
<title>STEPS</title>
</head>
<body>
<h1 align="center">how to play JUMP-GAME</h1><br>
<div align="center"><button onclick="document.location='index1.html'"class="button" style="padding: 1%; border-radius: 20px; font-size: 15px;">click here to play</button><div><br>
<div align="center">
<h2 style="color: blue;">STEP:1</h2>
<img src="step 1.png" width="550" height="300">
<p style="font-size: 20px;">this is the first part where you need to jump on obstacles</p><br>
<h2 style="color: blue;">STEP:2</h2>
<img src="step 2.png" width="550" height="300">
<p style="font-size: 20px;">tackle obstacles by jumping over it</p><br>
<h2 style="color: blue;">STEP:3</h2>
<img src="step 3.png" width="550" height="300">
<p style="font-size: 20px;">if you hit obstacles game will end</p>
</div></body></html>