blogindex example added

This commit is contained in:
Luke Smith 2019-03-18 10:07:11 -04:00
parent d4306aa60d
commit ab677cbd4e
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 19 additions and 0 deletions

19
blogindex.html Normal file
View File

@ -0,0 +1,19 @@
<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>