-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
28 lines (25 loc) · 1003 Bytes
/
header.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html" charset=UTF-8">
<link href="style1.css" rel="stylesheet" type="text/css" />
<title dir="rtl" lan="ar">موقع تخرج | أهلا وسهلا</title>
</head>
<?php
include 'db.php'
?>
<body>
<header class="header">
<div class="container">
<div class="name-header">
<h2 dir="rtl" lang="ar"> جامعة<span class="highlight"> الأزهر</span> - غزة</h2>
</div>
<div class="contact">
<h4 dir="rtl" lang="ar">للتواصل : <a href="https://www.facebook.com" dir="rtl" lang="ar"
target="_blank"><span class="highlight">الفايسبوك</span></a></h4>
</div>
</div>
</header>