-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (55 loc) · 2.11 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Bug Slayers</title>
<!--
-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lora|Merriweather:300,400" rel="stylesheet">
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wordpress">
<span class="sk-inner-circle"></span>
</div>
</div>
<!-- Navigation section -->
<!-- Home Section -->
<section id="home" class="main-home parallax-section">
<div class="overlay"></div>
<div id="particles-js"></div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1 style="padding-bottom: 20px;"><font color='cyan'>Omni</font> <font color='grey'>Analyser</font></h1>
<div class="col-md-4 center col-sm-4" style="right: 10px; left: 380px;">
<input name="name" type="text" class="form-control" id="name" placeholder="Enter your Search">
</div>
<a href="result.html" class="smoothScroll btn btn-default" style="margin-right: 370px;margin-top: 50px;">Search</a>
</div>
</div>
</div>
</section>
<!-- Blog Section -->
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/app.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>