-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (58 loc) · 1.7 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<head>
<title>
آخر مستجدات و أخبار المغرب
</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<meta property="og:image" content="https://c-portal.github.io/news/logo.png" />
<link href='./logo.png' rel='image_src' />
<link rel="stylesheet" type="text/css" href="./app.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162799623-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-162799623-1');
</script>
<script defer src="./x2j.js"></script>
<script defer src="./app.js"></script>
<script defer src="./timeago.js"></script>
<script src="corona.js"></script>
</head>
<header>
<h1>[ آخر أخبار المغرب ]</h1>
<hr>
</br>
</br>
</header>
<body>
<p id="ptitle">[ إحصائيات كورونا ]</p>
<div id="corona"></div>
</br>
</br>
</br>
</br>
<hr>
</br>
</br>
<div id="ptitle2">
<p id="counter"></p>
<p>[ آخر الاخبار و المستجدات ]</p>
</div>
<div id="container">
<div id="news"></div>
</br>
</br>
<div id=buttons>
<button id="btn2" class="hide-me"> < </button> <p id=page>
</p>
<button id="btn1" class="hide-me"> > </button>
</div>
<button class="loader" id="btn"> </button>
</br>
</div>
</body>
</html>