-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimagen.html
28 lines (26 loc) · 1005 Bytes
/
imagen.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
<html>
<head>
<title>IMAGEN</title>
</head>
<style type="text/css">
body{
background-image: url("imagenes/spikes.png");
background-repeat: repeat;
background-attachment: fixed;
font-family: Arial, Helvetica, sans-serif;
}
</style>
<body><center>
<h1><font face="Tahoma"><center>PROYECTO - COMPUTACIÓN BÁSICA 2</center></font></h1>
<br>
<h2>Datos de Identificación:</h2>
<br>
<p><b>Nombre:</b> José Ricardo Hernández Pimentel</p>
<p><b>Grupo:</b> 2IM8</p>
<p><b>Fecha de Entrega:</b> Miércoles 16 de Junio</p>
<p><b>Host usado para la página:</b> GitHub</p>
<p><a href="https://github.com/TheReaper45/Compu-Proyecto-U3" target="_blank">Host</a> | <a href="https://github.com" target="_blank">GitHub</a></p>
<img src="imagenes/cecyt3.png" alt="CECyT3 Logo">
</center>
</body>
</html>