diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..4036e9114 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,26 +8,34 @@
- Wireframe
-
- This is the default, provided code and no changes have been made yet.
-
+ Understanding Developer Tools
+ A simple guide to README files, wireframes, and the Git branches.
-
- Title
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
-
- Read more
+
+ What is the purpose of a README file?
+ A README explains what a project does, how to install it, and how to use it.
+ Learn more
+
+
+
+ What is the purpose of a wireframe?
+ A wireframe shows the layout of a webpage before coding begins. It helps developers plan structure and content.
+ Learn more
+
+
+
+
+ What is a branch in Git?
+ A branch allows you to work on new features without affecting the main codebase.
+ Learn more
+
+