-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogposth.html
35 lines (33 loc) · 1.03 KB
/
blogposth.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
<head>
<title>Welcome to Hyperblog mod in github using ssh</title>
<link rel="stylesheet" href="css/styles.css"/>
</head>
<body>
<div id = "container">
<div id = "cabecera">
<img id ="logo" src="images/dragon.png"/>
Hyperblog
<span id="tagline">
Tu blog rama master-adding one note more
</span>
</div>
<div id ="post">
<h1>This is the attractive and interesting post</h1>
<p>This is the initial paragraph here we are going to
to explain the incredible things that are possible.
</p>
<p>
Blogs are the best way to share your ideas.
</p>
<p>
Subscribe and give like.
</p>
<p> Adding this paragraph on the master to see effects of merging</p>
<p> Subscribe in the master and give like</p>
</div>
<div id="footer">
Made with love <3
</div>
</div>
</body>
</html>