-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadminleft.php
More file actions
19 lines (19 loc) · 767 Bytes
/
Copy pathadminleft.php
File metadata and controls
19 lines (19 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="admin.css">
<title>ADMIN LEFT PAGE</title>
</head>
<body>
<div id="adminleft">
<a href="adminjointaccount.php" target="admincenter">COMBINE USER ACCOUNT</a><br>
<a href="adminallusers.php" target="admincenter">ALL CONNECTED USERS</a><br>
<a href="allconnectedaccount.php" target="admincenter">ALL CONNECTED ACCOUNTS</a><br>
<a href="editconnectedusers.php" target="admincenter">EDIT CONNECTED USERS</a><br>
<a href="allconnectedaccount.php" target="admincenter">EDIT CONNECTED ACCOUNTS</a><br>
<a href="moneytransfer.php" target="admincenter">ADMIN-USER TRANSFER</a><br>
</div>
</body>
</html>