-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhola.html
28 lines (28 loc) · 931 Bytes
/
hola.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>Esto e una prueba 2.0</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id = "container">
<div id = "cabecera">
<h2>Cabecita</h2>
<span id = "tagline ">Esta es la
cabecita</span>
</div>
<div id = "post">
<h1>Este es el titulo</h1>
<p>Y este es solo un simple parrafo que
me da flojera llenar porqu e nose que
debo de esceribir en el
</p>
<p>Se agrega un parrafo mas para ver como
se veria si se agrega jaja nsoe que
estoy escribiendo pero al final servira
para hacer un merge
</p>
<p>Esto es extra</p>
</div>
</div>
</body>
</html>