Whoops forgot to add generated blog page

This commit is contained in:
j4nk 2023-03-26 08:21:06 -04:00
parent ce2fe1fd1e
commit 2b0ea620f0
1 changed files with 39 additions and 0 deletions

39
test_blog.html Normal file
View File

@ -0,0 +1,39 @@
<!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>
</body>
</html>