2023-03-26 08:21:06 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<title>Test blog</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<h1>Blogs</h1>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<div class=blogpost>
|
|
|
|
<a href="https://example.com/blog/blogpost1.html"><h4>Blog Post 1</h4></a>
|
|
|
|
<h5>2023 March 02 19:44</h5>
|
|
|
|
</div>
|
|
|
|
<div class=blogpost>
|
|
|
|
<a href="https://example.com/blog/blogpost2.html"><h4>Blog Post 2</h4></a>
|
|
|
|
<h5>2023 March 02 19:44</h5>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<h3>Non blog text!!</h3>
|
2023-06-07 10:36:01 -04:00
|
|
|
|
|
|
|
<p><a href="https://www.example.com">link to example.com</a></p>
|
2023-03-26 08:21:06 -04:00
|
|
|
</body>
|
|
|
|
</html>
|