-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin-dashboard.html
28 lines (28 loc) · 1.02 KB
/
admin-dashboard.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="admin-dashboard.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body
style="
background-image: url(https://media.istockphoto.com/vectors/parking-lot-vector-illustration-isolated-on-white-background-flat-vector-id1127160403?k=20&m=1127160403&s=170667a&w=0&h=HUZPpIJzdqs7Py1T_RAn01p02sSWDqKqvnC-pZe-3i4=);">
<class class="container" id="container">
<div class="center">
<br>
<br>
<br>
<a class="gradient-button gradient-button-1">Manage Slots</a><br />
<a class="gradient-button gradient-button-2">Manage Workers</a><br />
<a class="gradient-button gradient-button-3">Manage Users</a><br />
</div>
</class>
</body>
</html>