-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (50 loc) · 2.03 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
<!doctype html>
<html lang="ar">
<head>
<meta charset="utf-8">
<title>Godis</title>
<meta name="description" content="Halal Candy">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="manifest" href="js13kpwa.webmanifest">
<meta name="author" content="Latiif">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Amiri&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<script>
var exports = {
"__esModule": true
};
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('worker.js');
}
// link to a image file
var iconUrl = '/favicon.png';
// create the <img> html element
// on first load it will request the image
// second time it will load it from cache directly thanks to the service worker
var imgElement = document.createElement('img');
imgElement.src = iconUrl;
</script>
<script src="js/data.min.js" type="text/javascript"></script>
<script src="js/autocomplete.min.js" type="text/javascript"></script>
<script src="js/suggestions.min.js" type="text/javascript"></script>
<script src="js/scripts.min.js" type="text/javascript"></script>
</head>
<body>
<div id="cover">
<form id="inputform">
<div class="tb">
<div class="td"><input id="enumber" type="text" placeholder="اكتب الرقم أو الاسم" autocomplete="false">
</div>
</div>
</form>
</div>
<div dir="rtl" class="hidden box hint" id="hint"></div>
<div class="result" id="information"></div>
<div class="footer">
<p> عبد اللطيف الشريف 2021
<a href="https://www.latiif.se/ar" target="_blank">www.latiif.se</a>
</p>
</div>
</html>