lb/blogindex.html

20 lines
485 B
HTML

<html>
<head>
<title>Blog Index</title>
<meta charset="utf-8"/>
<link rel='stylesheet' type='text/css' href='style.css'>
</head>
<body>
<h1>Blog Index</h1>
<p>The blog list will appear below. If you want to add year or month headings, you are expected to do it yourself. You could just as easily have this on your manin index.html. Remember to just change the blog index variable in the <code>lb</code> script to what you index file is.</p>
<ul>
<!-- LB -->
</ul>
</body>
</html>