-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupcommonheader.php
More file actions
37 lines (35 loc) · 1.82 KB
/
Copy pathupcommonheader.php
File metadata and controls
37 lines (35 loc) · 1.82 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
<!doctype html>
<html dir="rtl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.rtl.min.css" integrity="sha384-trxYGD5BY4TyBTvU5H23FalSCYwpLA0vWEvXXGm5eytyztxb+97WzzY+IWDOSbav" crossorigin="anonymous">
<title>فلورا</title>
<link rel="stylesheet" href="assets/css/userprofile.css">
<!-- Fontawesome kit -->
<script src="https://kit.fontawesome.com/2370aca281.js" crossorigin="anonymous"></script>
<!-- Mapp styles -->
<link rel="stylesheet" href="https://cdn.map.ir/web-sdk/1.4.2/css/mapp.min.css">
<link rel="stylesheet" href="https://cdn.map.ir/web-sdk/1.4.2/css/fa/style.css">
</head>
<body class="">
<!----------------------------- headers ------------------------------------>
<header>
<div class="container-fluid">
<!----------------------------- fisrt header ------------------------------------>
<div class="row">
<div class="d-flex flex-row justify-content-between align-items-end p-3 pb-2" style="background-color:#F55E61;">
<div class="col-md-4 ms-2">
<a class="logologo" href="index.php"><img src="assets/images/logo/flora-white.png" alt="" width="200px"></a>
</div>
<div class="d-flex align-items-center">
<a href="?logout=true" class="btn btn-warning me-2"><i class="fas fa-sign-out-alt me-1"></i>خروج</a>
</div>
</div>
</div>
<!----------------------------- first header ------------------------------------>
</div>
</header>
<!----------------------------- headers ------------------------------------>