-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.7 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
42
43
44
---
---
<html>
<head>
<title>Empresa de electrónica Apple</title>
<link rel="stylesheet" href="{{ site.github.url }}/css/main.css">
</head>
<body class="default">
<a href="{{ site.github.url }}/">
<img src="{{ site.github.url }}/imgs/logo.png" class="logo-large">
</a>
<hr>
<h1>Bienvenido a Apple Inc.</h1>
<p>La empresa de ordenadores Apple Inc. pertenece al índice NASDAQ. Su
actividad se centra en la venta de ordenadores y otros dispositivos
electrónicos de consumo personal y profesional</p>
<hr>
<table style="border: 5px #000 double; margin: 100px auto">
<tr>
<td>
<a href="{{ site.github.url }}/iphone">
<img src="http://www.datsi.fi.upm.es/icons/info3.gif" style="vertical-align: middle">
Teléfono móvil Iphone
</a>
</td>
<td>
<a href="{{ site.github.url }}/buy">
<img src="http://www.datsi.fi.upm.es/icons/smiley3.gif" style="vertical-align: middle">
Comprar
</a>
</td>
</tr>
</table>
<hr>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Licencia Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Apple by DATSI</span> por <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Carlos Saito</span> se distribuye bajo una <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Licencia Creative Commons Atribución 4.0 Internacional</a>.
</body>
</html>