-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
loading.php
38 lines (28 loc) · 827 Bytes
/
loading.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
<!DOCTYPE html>
<html>
<head>
<title>Matrix Admin</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="lib/css/bootstrap.min.css" />
<link rel="stylesheet" href="lib/css/bootstrap-responsive.min.css" />
<link href="lib/css/font-awesome/css/font-awesome.css" rel="stylesheet" />
<style>
img{
width: 100px;
height: 100px;
align-content: center;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="logo">
<img src="lib/img/icons/32/graph.png" alt="logo">
</div>
<h1>Pharmacy Managment System</h1>
</div>
</div>
</body>
</html>