-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 1.6 KB
/
index.html
File metadata and controls
47 lines (45 loc) · 1.6 KB
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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
<title>my sertch</title>
</head>
<body>
<div class="topbar">
<a class="active" href="#home">Home</a>
<a href="about.html">About</a>
</div>
<div class="mainDiv">
<img class="gooolestyle" src="img/googleLogoo.png" width="520px" alt="">
<form action="#" class="searchForm">
<input s type="text" maxlength="2048" placeholder="Google lucky Search.." onfocus="this.placeholder = ''"onblur="this.placeholder = 'Google lucky Search..'" />
<br>
<div class="leftbtn">
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Search Now
</a>
</div>
<div class="rightbtn">
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Feeling lucky
</a>
</div>
</form>
<div class="folower">
<a href="https://www.google.com/search?q=palestaine+teratorise&oq=palestaine+teratorise&aqs=chrome..69i57.10105j0j8&sourceid=chrome&ie=UTF-8">Palestine Territories</a>
</div>
</div>
</body>
</html>