-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (41 loc) · 1.28 KB
/
index.html
File metadata and controls
47 lines (41 loc) · 1.28 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
47
<!doctype html>
<html>
<head>
<script data-ad-client="ca-pub-4667090622986659" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4854724939874975",
enable_page_level_ads: true
});
</script>
<style>
.centered-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 20%; /* Adjust the size as needed */
}
</style>
</head>
<title>Bob</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="icon.ico"/>
<script src="script.js"></script>
<body>
<img id="img" title="Bob Search Engine" src="bob.png">
<input id="search">
<button onclick="Searcher()" id="Btn">Search</button>
<br>
<img src="kumthra_logo_450x150.png" title="Kumthra LLC." class="centered-image">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Come & See Gray -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4667090622986659"
data-ad-slot="1494963587"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>