This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (61 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.rtl.min.css">
<link rel="stylesheet" href="css/bootstrap-grid.rtl.min.css">
<link rel="stylesheet" href="css/bootstrap-reboot.rtl.min.css">
<link rel="stylesheet" href="css/bootstrap-utilities.rtl.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<title>ماهو رقمي الملائكي ؟</title>
</head>
<body>
<canvas id="stars"></canvas>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<h1><a class="navbar-brand" href="#">الرقم الملائكى</a></h1>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<hr>
<div class="card" style="width: 18rem;">
<div class="card-body">
<label for="number" class="form-label write_number d-flex justify-content-center">أكتب الرقم الذي يطاردك</label>
<input id="number" name="number" type="number" class="form-control">
<br>
<a href="#" class="btn btn-danger d-flex justify-content-center" onclick="get_number()">سمعنى الرساله !</a>
</div>
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CzwAwu-GcKw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen ></iframe>
</div>
<audio id="background_music" loop autoplay>
<source src="audio/background_music.mp3" type="audio/mp3">
</audio>
<!-- Site footer -->
<footer class="site-footer container-fluid">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2021 All Rights Reserved by
<a href="https://www.facebook.com/ahmadyounessofficial">Ahmed Younes</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li>Islam Kamel | <a class="facebook" href="https://www.facebook.com/islam.kamel1234/"><i class="fab fa-facebook-f"></i></a></li>
<li>عيلة أحمد يونس | <a class="facebook" href="https://www.facebook.com/groups/1317794445049580"><i class="fab fa-facebook-f"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Site footer -->
<script defer src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" integrity="sha384-haqrlim99xjfMxRP6EWtafs0sB1WKcMdynwZleuUSwJR0mDeRYbhtY+KPMr+JL6f" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>