-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
44 lines (38 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>COMPLAINT MANAGEMENT PORTAL</title>
<link href="styling.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<h1><span id="he">COMPLAINT ADDRESSAL PORTAL</span></h1>
</div>
<br />
<br />
<div class="icons">
<div class="container1">
<div class="row">
<div class="col-md-4">
<img src="imgs/admin.png" class="bodyimage">
<h2><a href="loginadmin.php" class="head">Admin</a></h2>
</div>
<div class="col-md-4">
<img src="imgs/staff.png" class="bodyimage">
<h2><a href="loginstaff.php" class="head">Staff</a></h2>
</div>
<div class="col-md-4">
<img src="imgs/customers.png" class="bodyimage">
<h2><a href="logincust.php" class="head">Customers</a></h2>
</div>
</div>
</div>
</div>
<script>
</script>
</body>
</html>