lb/blogindex.html

20 lines
254 B
HTML

<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 -->
</ul>
</body>
</html>