-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (53 loc) · 2.13 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
<!DOCTYPE html>
<html dir='rtl' lang='ar'>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>كِز!</title>
<meta name='description' content='افتح محادثة واتس آب مع شخص بدون ما تحفظ رقمه في جوالك'>
<link rel="apple-touch-icon" href="logo.png">
</head>
<body>
<div class='container wrapper'>
<div class='row'>
<div class='column'>
<h1> <b> كِز! </b> </h1>
<p>افتح محادثة واتس آب مع شخص بدون ما تحفظ رقمه في جوالك</p>
</div>
</div>
<!-- text input -->
<div class='row'>
<div class='column'>
<input dir='ltr' type="text" class='text-field' placeholder="966555123123" id="no">
</div>
</div>
<!-- kizzzz -->
<div class='row'>
<div class='column'>
<button onclick='kizzzz();' class='button button-kizzzz'> افتح المحادثة </button>
<div>
</div>
<p class='tip'> احفظ الموقع بالمفضلة! </p>
<hr/>
<footer>
أعجبك الموقع؟
<a class='share-link' href='https://api.whatsapp.com/send?text=احيانا%20ودك%20تكلم%20أحد%20على%20الواتساب%20بدون%20ما%20تسجل%20رقمه.%20هذا%20الموقع%20يخليك%20تقدر%20تسوي%20كذا%20بسهولة.%20احفظوه%20بالمفضلة%20عشان%20تلقونه%20عند%20الحاجة%0A%0Ahttp://www.kizzzz.com'>شارك الرابط على واتس آب </a>
</footer>
</div>
<script>
function kizzzz(){
no = document.getElementById('no').value
window.location.href = "https://api.whatsapp.com/send?phone="+no;
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-97065520-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="styles.css">
</body>
</html>