-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjavascriptErr.php
More file actions
34 lines (27 loc) · 967 Bytes
/
Copy pathjavascriptErr.php
File metadata and controls
34 lines (27 loc) · 967 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<title>Wse6 — Disabled Javascript.</title>
<style>
@font-face {
font-family: 'Noto Kufi Arabic';
font-style: normal;
font-weight: 400;
src: url(//fonts.gstatic.com/ea/notokufiarabic/v2/NotoKufiArabic-Regular.eot);
src: url(//fonts.gstatic.com/ea/notokufiarabic/v2/NotoKufiArabic-Regular.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/notokufiarabic/v2/NotoKufiArabic-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notokufiarabic/v2/NotoKufiArabic-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notokufiarabic/v2/NotoKufiArabic-Regular.ttf) format('truetype');
}
body {
font-family: 'Noto Kufi Arabic';
padding-top: 50px;
font-size: 10px;
color: red;
}
</style>
</head>
<body>
<center><h1>يجب تفعيل الجافا سكربت لرؤية الموقع، شكرًا لك</h1> إدارة موقع وسيط </center>
</body>
</html>