-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.php
More file actions
49 lines (47 loc) · 1.86 KB
/
search.php
File metadata and controls
49 lines (47 loc) · 1.86 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
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nowerox - Search Order</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/search.css" media="all" />
<link rel="stylesheet" href="vendors/font-awesome/css/font-awesome.min.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader"></div>
<main>
<img src="images/nts_2.png" alt="" style="width: 15%; height: auto;">
<h1>Nowerox Tracking</h1>
<p class="para">
Welcome to Nowerox Tracking Systems, for supply chain and all our services rendered to clients, kindly hover on the search icon below, input your order no (e.g #N3662748EFT34) in the search box and click search, our system will automatically filter and provide your tracking details to you in seconds!
</p>
<div class="SearchBox">
<input type="text" class="SearchBox-input" placeholder="Paste/Type Order No Here">
<button class="SearchBox-button">
<i class="SearchBox-icon material-icons">search</i>
</button>
</div>
<button class="btn-success">
<i class="fa fa-arrow-left"></i><a href="index.php">Home</a>
</button>
</main>
</body>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5d78c45ceb1a6b0be60c1331/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</html>