lb/blogindex.html

20 lines
254 B
HTML
Raw Normal View History

2019-03-18 14:07:11 +00:00
<html>
<head>
<title>Blog Index</title>
<meta charset="utf-8"/>
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<body>
2021-08-03 08:07:06 +00:00
<h1>r1k's Blog's Index</h1>
2019-03-18 14:07:11 +00:00
2021-08-03 08:07:06 +00:00
<p>This is a list of all my blog entries.</p>
2019-03-18 14:07:11 +00:00
<ul>
<!-- LB -->
</ul>
</body>
</html>