First import.

This commit is contained in:
Erik C. Thauvin 2003-08-13 02:40:14 +00:00
commit c6832dfebe
4 changed files with 184 additions and 0 deletions

39
index.shtml Normal file
View file

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="refresh" content="900">
<title>Erik's Playlist</title>
<style type="text/css">
body, th, td {font-family:verdana, sans-serif; font-size:70%; line-height:150%}
small {color:gray; font-size:85%; line-height:110%}
strong {font-size:160%}
A {color:black; text-decoration:none}
A:visited {color:black; text-decoration:none}
A:hover {color:black; text-decoration:underline}
A:active {color:black; text-decoration:underline}
A.small {color:gray}
A.small:visited {color:gray}
A.small:hover {color:gray}
A.small:active {color:gray}
</style>
</head>
<body>
<strong>Erik's Playlist</strong>
<hr size="1px" noshade>
<blockquote>
<table width="80%" cellpadding="0" cellspacing="0">
<tr>
<th align="left" width="35%">Song Title</th>
<th align="left" width="10">&nbsp;</th>
<th align="left" width="30%">Artist</th>
<th align="left" width="10">&nbsp;</th>
<th align="left">Album</th>
</tr>
<tr><td colspan="5" height="1"><hr size="1px" noshade></td></tr>
<!--#include file="playlist.txt" -->
</table>
</blockquote>
<hr size="1px" noshade>
</body>
</html>