-
Notifications
You must be signed in to change notification settings - Fork 0
/
Videos.html
117 lines (115 loc) · 5.87 KB
/
Videos.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/ico" href="/favicon.ico"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<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>Videos </title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="top">
<img src="logo.jpg" alt="" class="logo">
<h1>Programing</h1>
<ul>
<li><a href="/index.php">Home</a></li>
</ul>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="main">
<h1>Programing</h1>
<h1>العلم ليس له نهايه</h1>
<h2>كيفيه معرفه نوع الوويندوز بتاعك</h2>
<video width="320" height="240" controls>
<source src="/كيفيه معرفه الويندوز بتاعك 64 32bit.mp4" type="video/mp4">
</video>
<br>
<h2>How to download python on your computer ?</h2>
<video width="320" height="240" controls>
<source src="/How to instal python on your computer.mp4" type="video/mp4">
</video>
<br>
<h2>How to download pycharm code editor</h2>
<video width="320" height="240" controls>
<source src="/How to install pycharm code editor for windows _.mp4" type="video/mp4">
</video>
<h2>Select python Interepeter in pycharm</h2>
<video width="320" height="240" controls>
<source src="/كيفيه عمل select python Interepeter.mp4" type="video/mp4">
</video>
<h2>The first code</h2>
<video width="320" height="240" controls>
<source src="Lesson 1 كيفيه كتابه أول سطر كود.mp4" type="video/mp4">
</video>
<h2>Variables</h2>
<video width="320" height="240" controls>
<source src="المتغيرات variables.mp4" type="video/mp4">
</video>
<h2>Strings</h2>
<video width="320" height="240" controls>
<source src="Strings شرح النصوص أو السلاسل أو.mp4" type="video/mp4">
</video>
<h2>كيفيه معرفه نوع الويندوز بتاعك</h2>
<video width="320" height="240" controls>
<source src="كيفيه معرفه نوع الويندوز بتاعك.mp4" type="video/mp4">
</video>
<h2>Numbers</h2>
<video width="320" height="240" controls>
<source src="Lesson 3 Numbers.mp4" type="video/mp4">
</video>
<h2>Inputs</h2>
<video width="320" height="240" controls>
<source src="Lesson 4 Inputs المدخلات.mp4" type="video/mp4">
</video>
<h2>Building a Calculator</h2>
<video width="320" height="240" controls>
<source src="Bulding a calclator.mp4" type="video/mp4">
</video>
<h2>4K Video</h2>
<video width="320" controls>
<source src="4Kفيديو مفصل عن كيفيه تحويل الفيديو إلي 😀😀.mp4" type="video/mp4">
</video>
<h2>Mad libs</h2>
<video width="320" controls>
<source src="Lesson 7 Mad libs.mp4" type="video/mp4">
</video>
<h2>Uploud Video on youtube</h2>
<video width="320" controls>
<source src="كيفيه رفع فيديو علي اليوتيوب.mp4" type="video/mp4">
</video>
<h2>Download visual studio code</h2>
<video width="320" controls>
<source src="How to download visual studio code _Pycharm بدلا من visual studio code كيفيه تنزيل.mp4" type="video/mp4">
</video>
<h2>Select Python Interepeter</h2>
<video width="320" controls>
<source src="How to select python Interepeter in visual studio code.mp4" type="video/mp4">
</video>
<h2>Download sublime text</h2>
<video width="320" controls>
<source src="How to download sublime text for windows and mac _.mp4" type="video/mp4">
</video>
<h2>Download MU Code Editor</h2>
<video width="320" controls>
<source src="How to install or download mu and write code in Mu _.mp4" type="video/mp4">
</video>
</div>
<div class="side">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="About.html" target="_blank">About</a></li>
<li><a href="Contact us.html" target="_blank">Contact us</a></li>
<li><a href="Channels.html">Channels I love</a></li>
</ul>
</div>
</body>
</html>