-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.61 KB
/
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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alpha Seacrh</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
</head>
<body>
<div class="heading">
<h1>Alpha</h1>
<img src="images/logo.png" alt="" class="alphaimg">
<h1>Search</h1>
</div>
<div class="seacrh">
<div class="engine">
<h3 class="enginename">Google<image class="engine-logo" src="images/google.png"></image></h3>
</div>
<form class="search">
<input type="text" class="searchbar" autofocus placeholder="Enter engine name followed by the search query">
</form>
<img class="searchimg" src="images\search-interface-symbol.png" alt="">
</div>
<div class="rules">
<p class="code">Supported Engines</p><br>
<p class="code">google</p>
<p class="code">youtube</p>
<p class="code">github</p>
<br>
<p class="code">docs</p>
<p class="code">sheets</p>
<p class="code">slides</p>
</div>
<footer>Made By Ruchik Bakhai</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="index.js"></script>
</body>
</html>