diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..c885379e5 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -9,25 +9,36 @@
Wireframe
-
- This is the default, provided code and no changes have been made yet.
-
+ Learn about README files, wireframes, and Git branches
-
- Title
+
+ What is a README file?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file introduces and explains a project. It tells users what your project does, how to use it, how to install it, and how to contribute. It’s the first thing most people see.
- Read more
+ Read more about readme-file
-
-
+
+
+ What is a Wireframe?
+
+ A wireframe is a visual guide that represents the skeletal framework of a website or application. It helps in planning the layout and functionality before actual development begins.
+
+ Read more about wireframes
+
+
+
+ What is a Git Branch?
+
+ A Git branch is a separate line of development in a project. It allows you to work on features or fixes without affecting the main codebase, making it easier to manage changes and collaborate with others.
+
+ Read more about git branches
+
+
+