-
Notifications
You must be signed in to change notification settings - Fork 0
/
video-01.html
73 lines (68 loc) · 3.04 KB
/
video-01.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
<html lang="bg">
<head>
<lang="bg"></lang>
<title>Vayloan - Научи Java онлайн</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/video-style.css">
<link rel="shortcut icon" href="css/img/favicon.ico">
</head>
<body background="css/img/contact-bg.png">
<div id="header">
<nav>
<div id="logo">
<a href="index.html"><img src="css/img/logo.png" width="80px" height="80px"></a>
</div>
<ul>
<li><a href="index.html">Начало</a></li>
<li><a href="lessons.html">Уроци</a></li>
<li><a href="exercises.html">Упражнения</a></li>
<li><a href="contact-us.html">Свържете се с нас</a></li>
</ul>
</nav>
</div>
<div id="contact-bs">
</div>
<div id="bs-3">
</div>
<div id="content">
<div id="bs-4">
</div>
<div id="video">
<iframe width="750" height="450" src="https://www.youtube.com/embed/P4uQUSSKSi8" allowfullscreen="allowfullscreen"
mozallowfullscreen="mozallowfullscreen"
msallowfullscreen="msallowfullscreen"
oallowfullscreen="oallowfullscreen"
webkitallowfullscreen="webkitallowfullscreen">
</iframe>
</div>
<div id="bs-5">
</div>
<div id="github">
<img src="css/img/github-link.png" width="100px" height="100px">
</div>
<div id="desc">
<div id="bs-6">
</div>
<h9>Описание</h9>
<div id="desc-text">
<p>Това е въведението в серията основи на Java програмирането
<br>
JDK: <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a>
<br>
Eclipse: <a href="https://www.eclipse.org/downloads/download.php?file=/oomph/epp/oxygen/R2/eclipse-inst-win64.exe">https://www.eclipse.org/downloads/download.php?file=/oomph/epp/oxygen/R2/eclipse-inst-win64.exe</a>
</p>
</div>
</div>
</div>
<div id="footer">
<div id="bs">
</div>
<h6>Copyright © 2018 | Изработен от Христо Тодоров и Янис Якимов | Проект №84 за НОИТ</h6>
<div id="contact">
<a href="https://www.facebook.com/Vayloan-1951527885163461/"><img src="css/img/fb.png"></a>
<a href="https://github.com/Vayloan"><img src="css/img/github.png"></a>
<a href="https://www.youtube.com/channel/UCWt3DkdlMsordyw967G1akg"><img src="css/img/yt.png"></a>
</div>
</div>
</body>
</html>