-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.php
43 lines (43 loc) · 1.79 KB
/
videos.php
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
<?php
include("menusuperior.html");
?>
<link rel="stylesheet" href="css/videos.css">
</head>
<body>
<div class="foto">
<center><a href="http://www.nach.es"><img src="img/nach01.png" height="250" width="575" class="foto-width"></center>
</div>
<div id="divisor">
<center>
<nav>
<ul class="menu">
<li>
<a href="index.php">HOME</a>
<a href="discografia.php">DISCOGRAFIA</a>
<a href="biografia.php">BIOGRAFIA</a>
<a href="videos.php" class="activado">VIDEOS</a>
<a href="fotos.php">FOTOS</a>
</li>
</ul>
</nav>
</center>
<span class="separador01"></span>
<div class="divisor02">
<table>
<tr>
<td><iframe width="260" height="215" src="https://www.youtube.com/embed/jOzmPOAr0FI" frameborder="0" allowfullscreen class="video-space videos-size"></iframe></td>
<td><iframe width="260" height="215" src="https://www.youtube.com/embed/AtaE1BpbZKc" frameborder="0" allowfullscreen class="video-space videos-size"></iframe></td>
</tr>
<tr>
<td><iframe width="260" height="215" src="https://www.youtube.com/embed/Tpp34EkqeHo" frameborder="0" allowfullscreen class="video-space videos-size"></iframe></td>
<td><iframe width="260" height="215" src="https://www.youtube.com/embed/Eyr2OhLg96w" frameborder="0" allowfullscreen class="video-space videos-size"></iframe></td>
</tr>
<tr>
<td><iframe width="260" height="215" src="https://www.youtube.com/embed/MFgSUO5sDzM" frameborder="0" allowfullscreen class="video-space videos-size"></iframe></td>
<td><iframe width="260" height="215" src="https://www.youtube.com/embed/Gh_CP4NDhNM" frameborder="0" allowfullscreen class="video-space videos-size"></iframe></td>
</tr>
</table>
</div>
<?php
include("menuinferior.html");
?>