Initial commit

This commit is contained in:
Josh Sherman 2016-11-06 16:19:16 -06:00
commit 9b7081ed9b
29 changed files with 874 additions and 0 deletions

24
tagboard.css Normal file
View file

@ -0,0 +1,24 @@
INPUT, IFRAME
{
border: #000000 1px solid;
font-family: Verdana;
font-size: 7pt;
}
BODY, TD
{
font-family: Verdana;
font-size: 7pt;
}
A
{
color: #666666;
text-decoration: none;
}
A:hover
{
color: #000000;
text-decoration: underline;
}