-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (43 loc) · 2.39 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
<!DOCTYPE html>
<html>
<head>
<base href="/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="أَوَّل مِنَصة مُتَخصصَة فِي التَّدْريب القانونيِّ فِي الوطن العرَبيِّ">
<!-- Open Graph meta tags -->
<meta property="og:title" content="التقنين">
<meta property="og:description" content="أَوَّل مِنَصة مُتَخصصَة فِي التَّدْريب القانونيِّ فِي الوطن العرَبيِّ">
<meta property="og:image" content="https://drive.usercontent.google.com/download?id=1AC0GQmtbk6rofOVEVhLpRnbokpqvI3Rd&export=view&authuser=0">
<meta property="og:url" content="https://eltaqnen.com">
<meta property="og:type" content="website">
<!-- Twitter Card meta tags (optional but recommended for Twitter) -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="التقنين">
<meta name="twitter:description" content="أَوَّل مِنَصة مُتَخصصَة فِي التَّدْريب القانونيِّ فِي الوطن العرَبيِّ">
<meta name="twitter:image" content="https://drive.usercontent.google.com/download?id=1AC0GQmtbk6rofOVEVhLpRnbokpqvI3Rd&export=view&authuser=0">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="eltaqnen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="android-chrome-192x192" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>التقنين</title>
<link rel="manifest" href="manifest.json">
<script src="flutter.js" defer=""></script>
<link rel="stylesheet" type="text/css" href="splash/style.css">
<script src="splash/splash.js"></script>
</head>
<body>
<picture id="splash">
<img class="center" aria-hidden="true" src="splash/img/logo.png" alt="">
</picture>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>