diff --git a/Wireframe/branch-in-git.jpg b/Wireframe/branch-in-git.jpg
new file mode 100644
index 000000000..727abf5e2
Binary files /dev/null and b/Wireframe/branch-in-git.jpg differ
diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..e160fdb94 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -1,33 +1,82 @@
-
-
- Wireframe
-
+
+
+ Wireframe.
+
-
Wireframe
+
Wireframe Web Project
- This is the default, provided code and no changes have been made yet.
+ Learn about key tools every developer uses: README files, wireframes,
+ and Git branches.
-
-
Title
+
+
+
What is the purpose of a README file?
+
+ A README file introduces a project, explaining what it does, how
+ to install it, and how to use it. It helps others understand your
+ project quickly.
+
+ A wireframe is a visual guide that outlines a webpages structure.
+ Designers and developers use it to plan layouts before adding
+ content or styling.
+
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A Git branch allows developers to work on new features or fixes
+ separately from the main code. This keeps the main project stable
+ while updates are tested.