diff --git a/Wireframe/Readme.png b/Wireframe/Readme.png
new file mode 100644
index 000000000..c83cbfcfd
Binary files /dev/null and b/Wireframe/Readme.png differ
diff --git a/Wireframe/Wireframe1.png b/Wireframe/Wireframe1.png
new file mode 100644
index 000000000..3b9177fa8
Binary files /dev/null and b/Wireframe/Wireframe1.png differ
diff --git a/Wireframe/git_branch.png b/Wireframe/git_branch.png
new file mode 100644
index 000000000..3ffd45196
Binary files /dev/null and b/Wireframe/git_branch.png differ
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..17f1fe2fc 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -4,30 +4,53 @@
Wireframe
-
+
Wireframe
- This is the default, provided code and no changes have been made yet.
+ An Article about the purpose of a readme file ,and a wireframe,
+ and also on what a Git branch is and how to use it.
-
-
Title
+
+
What is the Purpose of a Readme File?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ The purpose of a readme file is to provide,
+ information about a project.
+ In short, a wireframe’s purpose is to visualize the skeleton of a digital product,
+ helping teams plan, test, and communicate ideas efficiently before moving to detailed design.
+
+ In Git, a branch is like a separate workspace
+ where you can make changes and try new ideas without affecting the main project.
+ Think of it as a "parallel universe" for your code.