-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvision.html
47 lines (39 loc) · 2.03 KB
/
vision.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>إشراق</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<div id="Hi"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$("#Hi").load('navbar.html');
</script><br><br><br><br><br><br><br><br>
<div class="sep" style="display: flex; align-items: center; justify-content: center;flex-direction: column;">
<img src="images/separator.svg" style="display: flex; align-items: center; justify-content: center; width: 50%;">
<br><h1 style="font-size: 35px; margin-bottom: 30px;">نظارة Apple Vision Pro.</h1>
<video style="width: 100%; margin-top: 10px;" controls>
<source src="Vid.mp4" type="video/mp4">
</video>
</div>
<div class="srcs" style="color: blue; font-size: 25px; margin-right: 30px;">
<h2 style="margin-bottom: 20px; margin-top: 30px;"> المصدر : طوِّر </h2>
<h2>مشاهدة مباشرة : <a href="https://www.youtube.com/watch?v=ESIe3iund5E"> أنقر هنا </a></h2>
</div>
<br><br><br>
<div id="Fi"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$("#Fi").load('footer.html');
</script>
</body>
</html>