diff --git a/README.md b/README.md index 6b71c01..11907ab 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - Requires `SQLite3` (`sudo apt install php-sqlite3` on Debian) - API requires mod_rewrite (`sudo a2enmod rewrite`) and configuring `AllowOverride all` for .htaccess -The icon is from https://www.flaticon.com/authors/smashicons +The icon is from https://www.flaticon.com/free-icon/hedgehog_10807489 diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..7e259a8 Binary files /dev/null and b/icon.png differ diff --git a/index.php b/index.php index 93ee7b8..74076ec 100755 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ if(!$database) { + Snuffler @@ -32,7 +33,7 @@ if(!$database) {
-
Snuffler
+
Snuffler
getAuthedUserId()) { diff --git a/style.css b/style.css index 76d33bd..d2f794e 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body { + font-family: Tahoma, Verdana, sans-serif; background-color: #000000; color: #ffc000; }