Skip to content

Commit 8dd6099

Browse files
Update index.html
1 parent 4b92459 commit 8dd6099

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

Diff for: index.html

+6-12
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,23 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Binary Search Algorithm - By Amirhossein Allami</title>
7+
<meta name="author" content="Amirhossein Allami">
8+
<meta name="keywords" content="HTML, CSS, JavaScript, Algorithm, Binary Search Algorithm">
9+
<meta name="description" content="Binary Search Algorithm Tutorial">
10+
<title>Binary Search Algorithm - Created by Amirhossein Allami</title>
811
<link rel="stylesheet" href="style/style.css" />
912
</head>
1013
<body>
11-
<div class="div">
14+
<div class="container">
1215
<div class="titles-holder">
1316
<h2 class="header-h2">Binary Search Algorithm</h2>
14-
<p class="header-text">
15-
I will find your chosen number, between 1000 numbers in the lowest
16-
estimates
17-
</p>
1817
</div>
1918
<div class="guesses">
2019
<p class="text-guess"></p>
2120
<p class="text-guess2"></p>
22-
<p class="text-guess3">
23-
<span class="Bold">Attention!</span> If you answer even one of the
24-
questions <br />
25-
incorrectly, the number will not be found.
26-
</p>
2721
</div>
2822
<div class="buttons-div">
29-
<button class="btns" id="OK">Ok</button>
23+
<button class="btns" id="OK">OK</button>
3024
<button class="btns" id="Yes">Yes</button>
3125
<button class="btns" id="No">No</button>
3226
<button class="btns" id="Higher">Higher 👆</button>

0 commit comments

Comments
 (0)