-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
35 lines (34 loc) · 1.56 KB
/
header.php
File metadata and controls
35 lines (34 loc) · 1.56 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
<?php
include_once("Config.php");
?>
<html dir="rtl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>کلینیک سلامت</title>
<link rel="stylesheet" href="css/bootstrap.rtl.css">
<link type="text/css" rel="stylesheet" href="asli.css">
<link type="text/css" rel="stylesheet" href="nobat1.css">
<link type="text/css" rel="stylesheet" href="nobat2.css">
<link type="text/css" rel="stylesheet" href="nobat3.css">
<link type="text/css" rel="stylesheet" href="panelbimar.css">
<link type="text/css" rel="stylesheet" href="paneldoctor.css">
<link type="text/css" rel="stylesheet" href="panelmodir.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
crossorigin="anonymous">
</script>
</head>
<body>
<header class="sticky">
<div class="container-fluid" id="pageHeader">
<div class="row">
<div class="col-md-1 py-2">
<img src="img/logo.jpg" class="rounded" width="100" height="100">
</div>
<div class="col-md-8 py-5" id="pageTitle">
<p>سامانه نوبت دهی کلینیک سلامت</p>
</div>
</div>
</div>