diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | setup.sh | 2 | ||||
-rw-r--r-- | www/index.html | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ # generated nginx conf - see nginx.sh /nginx.gen.conf # ignore 'copyrighted' contents similar to emulators +/www/favicon.ico /www/json /www/dump /rpy @@ -20,5 +20,7 @@ trim() { trim www/dump/ui/bt-cf-unchecked.png trim www/dump/ui/bt-cf-checked.png +convert www/dump/ui/icon.png -resize 256x256 -transparent white www/favicon.ico + ./iencode.sh ./aencode.sh diff --git a/www/index.html b/www/index.html index 54597a9..d4eb62a 100644 --- a/www/index.html +++ b/www/index.html @@ -2,6 +2,7 @@ <html class="no-js"> <head> <meta charset="utf-8"> + <meta name="description" content="HTML5 implementation of Katawa Shoujo, a bishÅjo-style visual novel by Four Leaf Studios that tells a story of a young man and five young women living with varying disabilities."> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <title>Katawa Shoujo</title> <script> |