-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.html
51 lines (37 loc) · 2.19 KB
/
test.html
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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="ar" id="e_quran">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'>
<meta property="og:locale" content="ar_AR">
<meta property="og:type" content="article"> <!-- content="article" قم بتغييرها الى للمقالات -->
<meta property="og:title" content="صفحة_تجريبية"> <!-- عنوان الصفحه -->
<meta property="og:site_name" content="اسلاميات"> <!-- إسم الموقع -->
<meta property="og:image" content="/files/image/preview.png"/> <!-- صورة المعاينة للصفحة -->
<meta property="og:description" content="lllllllll" /> <!-- وصف الصفحة -->
<meta name="description" content="lllllllll" /> <!-- 2 وصف الصفحة -->
<title>صفحة_تجريبية</title> <!-- إسم الموقع -->
<link rel="stylesheet" href="/css/header.css"> <!-- ملف الإستايل لـ الهيدر -->
<link rel="stylesheet" href="/css/footer.css"> <!-- ملف الإستايل لـ الفوتر -->
<link rel="stylesheet" href="/css/font.css"> <!-- ملف إستايل | الخطوط -->
<link rel="stylesheet" href="/css/var.css" id="var"> <!-- ملف متغيرات الـ الإستايل -->
<link rel="stylesheet" href="/css/main.css"> <!-- ملف الإستايل الأساسي -->
<link rel="icon" href="/icon/e-quran-black.png" type="image/png"> <!-- ايقونة المتصفح -->
</head>
<body>
<header id="header">
<!-- الهيدر مربوط بالجافاسكربت -->
</header>
<div id="content">
<!-- ================ ضع هنا محتوى الصفحة =============== -->
<!-- code -->
<!-- ================ ضع هنا محتوى الصفحة =============== -->
</div>
<footer id="footer">
<!-- الفوتر مربوط بالجافاسكربت -->
</footer>
</body>
<script type="module" src="/js/main.js"></script> <!-- ملف الجافاسكربت الرئيسي -->
</html>