-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmean.html
More file actions
25 lines (22 loc) · 1 KB
/
Copy pathmean.html
File metadata and controls
25 lines (22 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<title>معنى التحول الرقمي</title>
<link rel="stylesheet" href="style.css">
<style>body { background-image: url("73.jpg"); background-size: cover; color: white; text-align: center; padding: 20px; }</style>
</head>
<body>
<h2>ما هو التحول الرقمي؟</h2>
<p style="max-width: 800px; margin: auto;">التحول الرقمي هو استخدام التكنولوجيا لتطوير الخدمات وتحسين جودة الحياة.</p>
<div class="video-container">
<h3>فيديو: معنى التحول الرقمي</h3>
<iframe src="https://www.youtube.com/embed/gfBBGYtd6L0"></iframe>
</div>
<div class="video-container">
<h3>فيديو: استراتيجيات مصر الرقمية</h3>
<iframe src="https://www.youtube.com/embed/3nRgyNXg9Cw"></iframe>
</div>
<a href="Homepage.html" class="btn">العودة للرئيسية</a>
</body>
</html>