-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow_use.php
More file actions
107 lines (77 loc) · 4.96 KB
/
how_use.php
File metadata and controls
107 lines (77 loc) · 4.96 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?php
require_once('lib/functions.php');
$db= new class_functions();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title> Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/bootstrap-reboot.css">
<link rel="stylesheet" href="css/bootstrap-grid.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-utilities.css">
<script type="text/javaScript" src="js/bootstrap.bundle.js"></script>
<script type="text/javaScript" src="js/bootstrap.js"></script>
<script type="text/javaScript" src="js/bootstrap.esm.js"></script>
<style>
body
{
background-color:black;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary" style="padding:0px;">
<div class="container-fluid" style="background-color:#000066; background-size:100%;">
<a class="navbar-brand" href="#" ></a>
<a href="home1.php">
<img src="images/finallogo.jpg" alt="Logo" width="90" height="90" class="d-inline-block align-text-top" style="border-radius:20px; padding:2px; margin-left:-10px;"/>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<div class="search_bar">
<form class="d-flex" role="search" action="search.php" method="POST" style="width:700px; margin-left:20px;" >
<input class="form-control me-2" type="search" name="search_keyword" placeholder="Search" aria-label="Search" >
<input type="submit" class="btn btn-outline-success" style="color:#FFFFFF ; border:1px solid white;" value="SEARCH">
</form>
</div>
<ul class="navbar-nav me-auto mb-2 mb-lg-0" >
<li class="nav-item">
<img src="images/homeL.jpg" style="height:22px; margin-left:30px; margin-bottom:-60px; display:inline-table; ">
<a class="nav-link active menu1" aria-current="page" href="home1.php" style="display:inline-table; color:#FFFFFF ;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; margin-left:50px; margin-bottom:25px;">Home</a>
</li>
<li class="nav-item">
<img src="images/aboutL.jpg" style="height:22px; margin-right:20px; margin-bottom:-60px; display:inline-table;">
<a class="nav-link menu1" href="about1.php" style=" display:inline-table; color:#FFFFFF ;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; margin-left:17px; ">About</a>
</li>
<li class="nav-item">
<img src="images/contactL.jpg" style="height:22px; margin-right:40px; margin-bottom:-60px; display:inline-table;">
<a class="nav-link menu1" href="contact1.php" style=" display:inline-table; color:#FFFFFF ;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; margin-left:17px;">Contact-us</a>
</li>
<li class="nav-item">
<img src="images/howL.jpg" style="height:22px; width:20px; margin-right:50px; margin-bottom:-60px; display:inline-table;">
<a class="nav-link menu1" href="how_use.php" style=" display:inline-table; color:#FFFFFF ;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; margin-left:17px;">How to Use</a>
</li>
<li class="nav-item">
<img src="images/adminL.jpg" style="height:22px; margin-right:20px; margin-bottom:-60px; display:inline-table;">
<a class="nav-link menu1" href="admin_login.php" style=" display:inline-table; color:#FFFFFF ;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 20px; margin-left:17px;">Admin Login</a>
</li>
</ul>
</div>
</div>
</nav>
<video margin-top:200px; margin-right:50px; width="1590" height="600" controls>
<source src="images/screen_record.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h4>Above... as u are seeing our project in that u have to first enter subscription deatils then it will open main page of project from that u can buy which u want
by clicking "click here to buy" it will directed to appropriate website <br />
if u have any issue related to website then u contact with us using mible-no or email-id we will defenitly slove it...</h4>
</body>
</html>