18 lines
215 B
HTML
18 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
|
|
<title>Blog post 1</title>
|
|
|
|
</head>
|
|
<body>
|
|
<br>
|
|
|
|
<h1>Blog post 1</h1>
|
|
|
|
<p>blog text 1!</p>
|
|
|
|
<p><a href="https://www.example.com">Link to example.com!</a></p>
|
|
</body>
|
|
</html> |