my fork of lb (lightweight blogger or something lol)
https://github.com/LukeSmithxyz/lb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
355 B
20 lines
355 B
<html> |
|
<head> |
|
<title>Blog Index</title> |
|
<meta charset="utf-8"/> |
|
<link rel='stylesheet' type='text/css' href='style.css'> |
|
</head> |
|
|
|
<body> |
|
<h1>r1k's Blog's Index</h1> |
|
|
|
<p>This is a list of all my blog entries.</p> |
|
|
|
<ul> |
|
<!-- LB --> |
|
<li>2021 Aug 03 – <a href="blog/this-is-an-example-post.html">This is an example post</a></li> |
|
</ul> |
|
|
|
</body> |
|
</html> |
|
|
|
|