From 6c2eeeea494880a7d781cb17c8825d0d1df6ba68 Mon Sep 17 00:00:00 2001
From: Necoti <140799408+Nec0ti@users.noreply.github.com>
Date: Sun, 19 Jan 2025 12:01:43 +0300
Subject: [PATCH 1/3] Update README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7d3f15f..7e3f3fa 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,13 @@ Fatrocu is an AI-powered application that allows you to quickly and easily analy
   2. Right-click the file and select "Extract here."
   3. Open the `Fatrocu-win32-x64` folder.
   4. Double-click the `Fatrocu.exe` file.
-  5. Once the application opens, click the API Key button at the top right and enter your Gemini API key provided by Google.
+  5. Once the application opens, click the 'Settings' button at the top right and enter your Gemini API key provided by Google.
   6. Return to the main page and start using the application.
+ 
+- ### Web Browser
+  1. Go to <a href="https://nec0ti.github.io/Fatrocu">nec0ti.github.io/Fatrocu</a>.
+  2. Click the 'Settings' button at the top right and enter your Gemini API key provided by Google.
+  3. Return to the main page and start using the application.
 
 ## TODO
 - [x] PDF/PNG/JPG analysis feature

From b845f5f1ca0c84c8dbfedf46fd5cabc8fc1836a7 Mon Sep 17 00:00:00 2001
From: Necoti <140799408+Nec0ti@users.noreply.github.com>
Date: Sun, 19 Jan 2025 12:03:57 +0300
Subject: [PATCH 2/3] Update index.html

---
 index.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 611c23e..ca612c4 100644
--- a/index.html
+++ b/index.html
@@ -138,7 +138,14 @@
         .action-buttons button:hover {
             background-color: #45a049;
         }
-
+        
+        #invoiceName {
+            width: 100%; /* Tam genişlik için, isteğe göre azaltılabilir */
+            max-width: 500px; /* Maksimum genişlik sınırı */
+            padding: 8px; /* Daha okunabilir hale getirmek için iç boşluk */
+            font-size: 16px; /* Yazıyı daha okunaklı hale getirir */
+            box-sizing: border-box; /* Genişliği padding ve border dahil olacak şekilde ayarlar */
+        }
     </style>
 </head>
 <body>

From 47c3649e3a3ab32cb044f3584d9ae04bb5a26d8f Mon Sep 17 00:00:00 2001
From: Necoti <140799408+Nec0ti@users.noreply.github.com>
Date: Sun, 19 Jan 2025 12:05:02 +0300
Subject: [PATCH 3/3] Update index.html

---
 index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index ca612c4..2642675 100644
--- a/index.html
+++ b/index.html
@@ -140,11 +140,11 @@
         }
         
         #invoiceName {
-            width: 100%; /* Tam genişlik için, isteğe göre azaltılabilir */
-            max-width: 500px; /* Maksimum genişlik sınırı */
-            padding: 8px; /* Daha okunabilir hale getirmek için iç boşluk */
-            font-size: 16px; /* Yazıyı daha okunaklı hale getirir */
-            box-sizing: border-box; /* Genişliği padding ve border dahil olacak şekilde ayarlar */
+            width: 100%;
+            max-width: 1500px;
+            padding: 8px;
+            font-size: 16px;
+            box-sizing: border-box;
         }
     </style>
 </head>