16 lines
153 B
HTML
16 lines
153 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
|
||
|
|
||
|
<title>Blog post 2</title>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<br>
|
||
|
|
||
|
<h1>Blog post 2</h1>
|
||
|
|
||
|
<p>blog text 2 text!</p>
|
||
|
</body>
|
||
|
</html>
|