-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin page.php
47 lines (38 loc) · 1.55 KB
/
admin page.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Admin Page</title>
<link href="css/admin_page.css" rel="stylesheet" type="text/css" >
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="logout.php"> <button class="logbtn">Log out</button></a></li>
<!-- <li><a href="login page.php"> <button class="logbtn">Log in</button></a></li> -->
<li><a href="offer_report.php" >Reports</a></li>
<li><a href="Admin FAQs.php" >FAQs</a></li>
<li><a href="product_data.php">Product Data</a></li>
<li><a href="employee_data.php">Employee Data</a></li>
<li><a href="A-offer.php">Offers</a></li>
<li><a href="admin page.php" class="active" >Home </a></li>
<img src="img/crm-icon-png.png" alt="logo">
</ul>
</nav>
</header>
<div class="textblck">
<p>Welcome to</p>
<p>Customer Relationship </p>
<p>Management</p>
<p id="txt">Customer Relationship management is the strongest and the most efficient approach in maintaining and
creating relationships with customers.CRM helps businesses build a relationship with their customers that,
in turn, creates loyalty and customer retention.</p>
</div>
<img src= "img/concepto-crm-gestion.jpg" align="right" width="860px" height="520px">
<footer class="footer">
<p class="footer-txt">
Copyright © 2027 www.CRMSystem.com - All rights reserved
</p>
</footer>
</body>
</html>