18 lines
207 B
HTML
18 lines
207 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>[Link to example.com!](https://www.example.com ())</p>
|
||
|
</body>
|
||
|
</html>
|