-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome(staffadmin).php
39 lines (34 loc) · 1.46 KB
/
home(staffadmin).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
<?php
include("session(staffadmin).php");
?>
<html>
<head>
<title> Menu Page </title>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"crossorigin="annonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="header1.php">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<style>
header {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 150px;
position: relative;
}
</style>
</head>
<body>
<header>
<?php include("header1.php"); ?>
</header>
<body style="background-image: url('img/b1.jpg'); background-repeat: no-repeat; background-size: cover;
background-position: center;">
<div class="container1">
<?php include("add.php"); ?>
</div>
</body>
</html>