-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogpost.html
More file actions
28 lines (28 loc) · 949 Bytes
/
blogpost.html
File metadata and controls
28 lines (28 loc) · 949 Bytes
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
<!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">
<title>Welcome Insect</title>
<link rel="stylesheet" href="css/estilos.css" />
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo"
src="images/react.png" />
Sebastian Melix
<span id="tagline">13-10-15</span>
</div>
<div id="post">
<h1>Proyecto HyperMelix</h1>
<p>Durante mi vida muchas cosas inexplicables y maravillosas cosas han pasado </p>
<p><img src="images/sebas.jpg" width=50% /></p>
<p>Probablemente e otra dimension surreal este post no existira y en 30 años tampoco</p>
<p>Lee procesa y declina.</p>
</div>
</div id="footer">
Hecho con amor.
</body>
</html>