diff --git a/app/www/index.html b/app/www/index.html index 5d05602..795982f 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -2,6 +2,7 @@ INTVAL3 + diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index f871cfc..476a9bb 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -438,6 +438,6 @@ body.mobile footer{ color: #fff; text-align: center; line-height: 100vh; - text-shadow: 1px 1px 0px #000; + text-shadow: 1px 1px 0px #999; font-size: 24px; } \ No newline at end of file diff --git a/app/www/static/img/favicon.ico b/app/www/static/img/favicon.ico new file mode 100644 index 0000000..6ba9769 Binary files /dev/null and b/app/www/static/img/favicon.ico differ