diff --git a/README.md b/README.md
index 18a719d..bb8b159 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ A simple full-screen digital clock application built with PyQt5.
- Exit the application with `Ctrl + Q`.
- Switch between screens using number keys (1-9).
+- **Web Version**: A new web-based version is now available, allowing you to use the clock in any modern web browser.
+
## Requirements
- Python 3.x
@@ -49,6 +51,14 @@ Run the application with:
- Exit: Press Ctrl + Q
- Switch Screen: Press 1-9
+## Web Version
+
+To use the web-based version of the clock:
+
+1. Open `index.html` in your favorite web browser.
+2. The clock will automatically start in full-screen mode (if supported by the browser) or you can press `F` to toggle full-screen.
+3. Use the `+` or `=` keys to increase the font size and the `-` key to decrease it.
+
## License
This project is licensed under the MIT License.
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8540fab
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+
+
+