diff options
-rw-r--r-- | html/matt-chat/cat.png | bin | 0 -> 2573 bytes | |||
-rw-r--r-- | html/matt-chat/index.html | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/html/matt-chat/cat.png b/html/matt-chat/cat.png new file mode 100644 index 0000000..7d4c0b9 --- /dev/null +++ b/html/matt-chat/cat.png Binary files differdiff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index 77c5f21..2d93dfc 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -5,13 +5,18 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Chatty chat chat chat. A super simple chat interface for the Ollama API."> <title>matt chat is not a cat</title> + <meta name="theme-color" content="#007BFF"> + <link rel="icon" href="cat.png" type="image/x-icon"> + <link rel="shortcut icon" href="cat.png" type="image/x-icon"> + <link rel="apple-touch-icon" href="cat.png"> <style> body { font-family: Arial, sans-serif; + font-size: 22px; margin: 0; padding: 20px; background-color: #f7f7f7; - max-width: 600px; + max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; |