diff options
author | elioat <elioat@tilde.institute> | 2025-01-04 11:18:31 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-01-04 11:18:31 -0500 |
commit | ae8590761b268df1b5f9386264b1f1b6a5c5cb0a (patch) | |
tree | e6166733b02acc2852acfbf387864712ddd38d26 | |
parent | 2aeaa1b4921e3275356a451dd5becf15acd50437 (diff) | |
download | tour-ae8590761b268df1b5f9386264b1f1b6a5c5cb0a.tar.gz |
*
-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; |