diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..6fedd5576 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,26 +8,54 @@
- Wireframe
+ README, Wireframe, and branch
- This is the default, provided code and no changes have been made yet.
+ This page is going to talk about README, Wireframe, and branch in Git.
-
-
- Title
+
+
+ README
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ Picture above shows an example of README file in GitHub. README files tell people a summary of your project and what is your project about and how they can use your project. a good README
+ file will help people to understand your repo better.
- Read more
-
+ Read more
+
+
+
+
+ Wireframe
+
+ A wireframe is used to plan the structure of a website before designing it. It clarifies layout and structure.
+
+
+ Read more
+
+
+
+
+ Branch
+
+ Branches are useful when the user wants to change parts of the code without affecting the main codebase.
+
+ Read more
+
+
+
+