diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | tilde.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6ab98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +fuzzies.log +ultimate-email +newusers.csv +newusers.dat diff --git a/tilde.css b/tilde.css index 9b675a8..5134dbc 100644 --- a/tilde.css +++ b/tilde.css @@ -1,3 +1,7 @@ +/* see the tail end of index.html + * for license information */ + + body { background-color: #000000; font-family: monospace; |