-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
41 lines (38 loc) · 1.12 KB
/
Copy pathadmin.html
File metadata and controls
41 lines (38 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<title>NotAmazon Administrator</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="admin.css">
<script src="admin.js"></script>
</head>
<body>
<div class="options">
<!--Implicit viewing of all topics-->
<button id="customers" class='optsbtn'>
View Customers
</button>
<button id="orders" class='optsbtn'>
View Orders
</button>
<button id="suppliers" class='optsbtn'>
View Suppliers
</button>
<button id="books" class='optsbtn'>
View Books
</button>
<button id="authors" class='optsbtn'>
View Authors
</button>
<button id="custom" class='optsbtn'>
Submit Query
</button>
</div>
<div id="maincontent">
</div>
</body>
<footer>
<div id="footer" class="footer"><b>Reminder: Pay Your Employees Like Trash and Scam The Crap Outta The Customers</b></div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</footer>
</html>