-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdateIndex.html
42 lines (33 loc) · 1.37 KB
/
updateIndex.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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet">
</head>
<html>
<body>
<div class="menu">
<ul>
<li><a href="#">Home</a></li>
<li> <a href="#">About</a></li>
<li> <a href="#">Features</a></li>
<li> <a href="#">Add to Slack</a></li>
<li> <a href="#">Resources</a></li>
</ul>
</div>
<div class="box"></div>
<div class="wrapper">
<h1 id="title">Search<b style="color:#1C435A;">Bot</b></h1>
<h3 id="description">Let your <b style="color:#1C435A; font-size: 40px;">SearchBot</b> help you look for </h3>
<h3 id="secondDesc"> something. </h3>
</div>
<form class="example" action="/action_page.php" style="margin:auto;max-width:300px">
<input type="text" placeholder="Search.." name="search2">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
<div class="footer">
<h2>What Is <b style="color:#1C435A; text-decoration: underline;
text-decoration-color: #58C3E6;">Search</b>Bot</h2>
</div>
</body>
</html>