-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title id="tab">INFODAX</title>
<link href="infodax.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="head">
<h1 class="tit">INFODAX</h1>
<div class="abtb">
<a class="abt" href="about.html">About us</a>
</div>
<div class="ctctb">
<a class="ctct" href="contact.html">Contact us</a>
</div>
</div>
<div class="left">
<h3 id="lhead">OUR CLASSES</h3>
<iframe class="med" src="https://www.youtube.com/embed/OZuzZqvqOkk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen"></iframe>
<iframe class="med" src="https://www.youtube.com/embed/SnUL5kl39lM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="med" src="https://www.youtube.com/embed/1WZd8o4QMmY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="med" src="https://www.youtube.com/embed/ZRzr-OF2eqI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="med" src="https://www.youtube.com/embed/hIoFnPPeVrY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="med" src="https://www.youtube.com/embed/laBuiRP-6Z4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="content">
<h1 class="srv">OUR SERVICES</h1>
<img class="pic" src="https://cdn57.androidauthority.net/wp-content/uploads/2019/06/diverse-computer-hacking-shoot-P6LDP8J-840x550.jpg">
<h3 class="pt">CYBER SECURITY CONSULTANCY</h3>
<img class="pic" src="download.jpg">
<h3 class="pt">WORKSHOP AND SEMINARS ON CYBER TOPICS</h3>
<img class="pic" src="Online-Learning-Hero-1.jpg">
<h3 class="pt">ONLINE CLASSES</h3>
</div>
<h6 class="cc">All rights reserved by Infodax</h6>
</div>
</body>
</html>