-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.49 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main/styles.css"> <!-- Vinculamos el CSS -->
</head>
<body>
<table border="0" class="outer-table">
<tr>
<td>
<!-- inner table -->
<table align="center" cellpadding="0" cellspacing="0" class="inner-table">
<tr>
<td height="60" align="center" valign="middle" bgcolor="#E1E0E0">
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" id="main">
<tbody>
<tr>
<td width="900" height="60" align="center" valign="middle">
<span style="font-size: 18px; font-weight: bold;">¡¡¡THE MOST BIG COMPILATION LINUX COMMANDS OF ALL TIMES IN ALL THE MULTIVERSE!!!</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="720" align="center" valign="middle">
<iframe src="main.html" name="main" width="900" height="720" scrolling="Yes" frameborder="0"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script src="main/scripts.js"></script>
</body>
</html>