Whoops forgot to add generated blog page
This commit is contained in:
parent
ce2fe1fd1e
commit
2b0ea620f0
|
@ -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>
|
Loading…
Reference in New Issue