-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 955 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<h1>Bienvenido a mi empresa</h1>
<p>
Hola, fichero de pruebas iniciales. <br>
<i>Aprendiendo a usar git.</i>
<hr>
Mi empresa es la empresa líder en el sector de seguridad informática.
Nuestros clientes quedarán encantados con la calidad del servicio que lo garantizan
nuestros trabajadores. <br>
Estamos a punto de inaugurar el sitio web, el 4 de julio. Visitenos para obtener grandes
servicios con nosotros.
<hr>
<footer>
<small>
© Human Computing 3.0, Copyright 2019
</small>
</footer>
</p>
</body>
</html>